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 the client may sometimes spuriously send this packet in addition to
PlayerInteractEntityEvent.
Users are advised to listen to this (parent) class unless specifically required.-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class PlayerInteractEntityEvent
clickedEntityFields inherited from class PlayerEvent
player -
Constructor Summary
ConstructorsConstructorDescriptionPlayerInteractAtEntityEvent(Player who, Entity clickedEntity, Vector position) PlayerInteractAtEntityEvent(Player who, Entity clickedEntity, Vector position, EquipmentSlot hand) -
Method Summary
Methods inherited from class PlayerInteractEntityEvent
getHand, getRightClicked, isCancelled, setCancelledMethods inherited from class PlayerEvent
getPlayerMethods inherited from class Event
getEventName, isAsynchronous
-
Constructor Details
-
PlayerInteractAtEntityEvent
-
PlayerInteractAtEntityEvent
public PlayerInteractAtEntityEvent(@NotNull Player who, @NotNull Entity clickedEntity, @NotNull Vector position, @NotNull EquipmentSlot hand)
-
-
Method Details
-
getClickedPosition
-
getHandlers
- Overrides:
getHandlersin classPlayerInteractEntityEvent
-
getHandlerList
-