Class PlayerInteractEntityEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerInteractEntityEvent
All Implemented Interfaces:
Cancellable
Direct Known Subclasses:
PlayerArmorStandManipulateEvent, PlayerInteractAtEntityEvent

@Obsolete public class PlayerInteractEntityEvent extends PlayerEvent implements Cancellable
Represents an event that is called when a player right clicks an entity.
API Note:
this event is no longer called without being a PlayerInteractAtEntityEvent, it's therefore recommended to listen to that event instead which hold more informations.