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