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.KeyReturns 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 TypeMethodDescriptionbooleanPurpur.getBoolean(Purpur.Key key) Gets a requested key's value.intPurpur.getInt(Purpur.Key key) Gets a requested key's value.voidPurpur.setBoolean(Purpur.Key key, boolean value) Sets a requested key to a requested value.voidPurpur.setInt(Purpur.Key key, int value) Sets a requested key to a requested value.voidPurpur.setString(Purpur.Key key, String value) Sets a requested key to a requested value.