Package org.bukkit.event.player
Class PlayerInteractAtEntityEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerInteractEntityEvent
org.bukkit.event.player.PlayerInteractAtEntityEvent
- All Implemented Interfaces:
Cancellable
Represents an event that is called when a player right clicks an entity that
also contains the location where the entity was clicked.
Note that the client may sometimes spuriously send this packet in addition to
Note that interacting with Armor Stands fires this event only and not its parent and as such users are expressly required to listen to this event for that scenario.
Note that the client may sometimes spuriously send this packet in addition to
PlayerInteractEntityEvent
.
Users are advised to listen to this (parent) class unless specifically required.
Note that interacting with Armor Stands fires this event only and not its parent and as such users are expressly required to listen to this event for that scenario.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerInteractEntityEvent
clickedEntity
Fields inherited from class org.bukkit.event.player.PlayerEvent
player
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bukkit.event.player.PlayerInteractEntityEvent
getHand, getRightClicked, isCancelled, setCancelled
Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
PlayerInteractAtEntityEvent
-
PlayerInteractAtEntityEvent
-
-
Method Details
-
getClickedPosition
-
getHandlers
- Overrides:
getHandlers
in classPlayerInteractEntityEvent
-
getHandlerList
-