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.KeyReturns 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 TypeMethodDescriptionbooleanPufferfish.getBoolean(Pufferfish.Key key) Gets a requested key's value.intPufferfish.getInt(Pufferfish.Key key) Gets a requested key's value.voidPufferfish.setBoolean(Pufferfish.Key key, boolean value) Sets a requested key to a requested value.voidPufferfish.setInt(Pufferfish.Key key, int value) Sets a requested key to a requested value.voidPufferfish.setString(Pufferfish.Key key, String value) Sets a requested key to a requested value.