Class UIRenderer.CreatorOptions
java.lang.Object
net.ME1312.SubServers.Client.Bukkit.Graphic.UIRenderer.Options
net.ME1312.SubServers.Client.Bukkit.Graphic.UIRenderer.CreatorOptions
- Enclosing class:
- UIRenderer
SubCreator Options Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets the Host NamegetName()Gets the Server NamegetPort()Gets the Port Number for the ServerGets the TemplateGets the Server VersionvoidSets the Server NamevoidSets the Port Number for the ServervoidsetTemplate(String value) Sets the TemplatevoidsetVersion(Version value) Sets the Server VersionMethods inherited from class net.ME1312.SubServers.Client.Bukkit.Graphic.UIRenderer.Options
hasHistory, init, undo
-
Constructor Details
-
CreatorOptions
Grabs a raw CreatorOptions instance- Parameters:
host- Host Name
-
-
Method Details
-
getHost
Gets the Host Name- Returns:
- Host Name
-
getName
Gets the Server Name- Returns:
- Server Name
-
setName
Sets the Server Name- Parameters:
value- Value
-
getTemplate
Gets the Template- Returns:
- Template
-
setTemplate
Sets the Template- Parameters:
value- Value
-
getVersion
Gets the Server Version- Returns:
- Server Version
-
setVersion
Sets the Server Version- Parameters:
value- Value
-
getPort
Gets the Port Number for the Server- Returns:
- Server Port Number (null for auto-select)
-
setPort
Sets the Port Number for the Server- Parameters:
value- Value (null for auto-select)
-