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 SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.player.PlayerInteractEntityEventclickedEntityFields inherited from class org.bukkit.event.player.PlayerEventplayer
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.bukkit.event.player.PlayerInteractEntityEventgetHand, getRightClicked, isCancelled, setCancelledMethods inherited from class org.bukkit.event.player.PlayerEventgetPlayerMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
PlayerInteractAtEntityEvent
- 
PlayerInteractAtEntityEvent
 
- 
- 
Method Details- 
getClickedPosition
- 
getHandlers- Overrides:
- getHandlersin class- PlayerInteractEntityEvent
 
- 
getHandlerList
 
-