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.KeyReturns 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 TypeMethodDescriptionbooleanSpigot.getBoolean(Spigot.Key key) Gets a requested key's value.intSpigot.getInt(Spigot.Key key) Gets a requested key's value.Spigot.getObject(Spigot.Key key) Gets a requested key's value.voidSpigot.setBoolean(Spigot.Key key, boolean value) Sets a requested key to a requested value.voidSpigot.setInt(Spigot.Key key, int value) Sets a requested key to a requested value.voidSpigot.setString(Spigot.Key key, String value) Sets a requested key to a requested value.