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.KeyReturns 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 TypeMethodDescriptionbooleanPaperWorld.getBoolean(PaperWorld.Key key) Gets a requested key's value.intPaperWorld.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.voidPaperWorld.setBoolean(PaperWorld.Key key, boolean value) Sets a requested key to a requested value.voidPaperWorld.setInt(PaperWorld.Key key, int value) Sets a requested key to a requested value.voidPaperWorld.setString(PaperWorld.Key key, String value) Sets a requested key to a requested value.