Uses of Enum Class
net.lewmc.kryptonite.kos.config.ServerProperties.Config
Packages that use ServerProperties.Config
-
Uses of ServerProperties.Config in net.lewmc.kryptonite.kos.config
Methods in net.lewmc.kryptonite.kos.config that return ServerProperties.ConfigModifier and TypeMethodDescriptionstatic ServerProperties.Config
Returns the enum constant of this class with the specified name.static ServerProperties.Config[]
ServerProperties.Config.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.ConfigModifier and TypeMethodDescriptionint
ServerProperties.getInt
(ServerProperties.Config key) ServerProperties.getString
(ServerProperties.Config key) void
ServerProperties.set
(ServerProperties.Config key, String value)