Uses of Enum Class
com.loohp.limbo.events.player.PlayerInteractEvent.Action
Packages that use PlayerInteractEvent.Action
-
Uses of PlayerInteractEvent.Action in com.loohp.limbo.events.player
Methods in com.loohp.limbo.events.player that return PlayerInteractEvent.ActionModifier and TypeMethodDescriptionPlayerInteractEvent.getAction()
static PlayerInteractEvent.Action
Returns the enum constant of this class with the specified name.static PlayerInteractEvent.Action[]
PlayerInteractEvent.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loohp.limbo.events.player with parameters of type PlayerInteractEvent.ActionModifierConstructorDescriptionPlayerInteractEvent
(Player player, PlayerInteractEvent.Action action, ItemStack item, BlockState clickedBlock, BlockFace clickedFace, EquipmentSlot hand)