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.KeyReturns 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 TypeMethodDescriptionbooleanLeaf.getBoolean(Leaf.Key key) Gets a requested key's value.intGets a requested key's value.voidLeaf.setBoolean(Leaf.Key key, boolean value) Sets a requested key to a requested value.voidSets a requested key to a requested value.voidSets a requested key to a requested value.