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