Uses of Enum Class
org.cloudburstmc.api.event.player.PlayerInteractEvent.Action
Packages that use PlayerInteractEvent.Action
-
Uses of PlayerInteractEvent.Action in org.cloudburstmc.api.event.player
Fields in org.cloudburstmc.api.event.player declared as PlayerInteractEvent.ActionMethods in org.cloudburstmc.api.event.player that return PlayerInteractEvent.ActionModifier and TypeMethodDescriptionPlayerInteractEvent.getAction()static PlayerInteractEvent.ActionReturns 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 org.cloudburstmc.api.event.player with parameters of type PlayerInteractEvent.ActionModifierConstructorDescriptionPlayerInteractEvent(Player player, ItemStack item, com.nukkitx.math.vector.Vector3f touchVector, Direction face, PlayerInteractEvent.Action action)PlayerInteractEvent(Player player, ItemStack item, Block block, Direction face, PlayerInteractEvent.Action action)