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