Uses of Enum Class
net.lewmc.kryptonite.kos.config.ServerProperties.Key
Packages that use ServerProperties.Key
-
Uses of ServerProperties.Key in net.lewmc.kryptonite.kos.config
Methods in net.lewmc.kryptonite.kos.config that return ServerProperties.KeyModifier and TypeMethodDescriptionstatic ServerProperties.Key
Returns the enum constant of this class with the specified name.static ServerProperties.Key[]
ServerProperties.Key.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.lewmc.kryptonite.kos.config with parameters of type ServerProperties.KeyModifier and TypeMethodDescriptionint
ServerProperties.getInt
(ServerProperties.Key key) Retrieves an integer from the configuration.ServerProperties.getString
(ServerProperties.Key key) Retrieves a string from the configuration.void
ServerProperties.set
(ServerProperties.Key key, String value) Sets a value.