Uses of Enum Class
net.lewmc.kryptonite.kos.config.Purpur.Key
Packages that use Purpur.Key
-
Uses of Purpur.Key in net.lewmc.kryptonite.kos.config
Methods in net.lewmc.kryptonite.kos.config that return Purpur.KeyModifier and TypeMethodDescriptionstatic Purpur.Key
Returns the enum constant of this class with the specified name.static Purpur.Key[]
Purpur.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 Purpur.KeyModifier and TypeMethodDescriptionboolean
Purpur.getBoolean
(Purpur.Key key) Gets a requested key's value.int
Purpur.getInt
(Purpur.Key key) Gets a requested key's value.void
Purpur.setBoolean
(Purpur.Key key, boolean value) Sets a requested key to a requested value.void
Purpur.setInt
(Purpur.Key key, int value) Sets a requested key to a requested value.void
Purpur.setString
(Purpur.Key key, String value) Sets a requested key to a requested value.