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