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