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.KeyReturns 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 TypeMethodDescriptionintBukkit.getInt(Bukkit.Key key) Gets a requested key's value.voidBukkit.setInt(Bukkit.Key key, int value) Sets a requested key to a requested value.