Uses of Enum Class
studio.magemonkey.fabled.api.event.KeyPressEvent.Key
Packages that use KeyPressEvent.Key
-
Uses of KeyPressEvent.Key in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return KeyPressEvent.KeyModifier and TypeMethodDescriptionKeyPressEvent.getKey()
static KeyPressEvent.Key
Returns the enum constant of this class with the specified name.static KeyPressEvent.Key[]
KeyPressEvent.Key.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in studio.magemonkey.fabled.api.event with parameters of type KeyPressEvent.KeyModifierConstructorDescriptionKeyPressEvent
(org.bukkit.entity.Player player, KeyPressEvent.Key key)