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.KeyReturns 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 TypeMethodDescriptionintServerProperties.getInt(ServerProperties.Key key) Retrieves an integer from the configuration.ServerProperties.getString(ServerProperties.Key key) Retrieves a string from the configuration.voidServerProperties.set(ServerProperties.Key key, String value) Sets a value.