Class: PlayerInteractWithEntityAfterEvent
Contains information regarding an event after a player interacts with an entity.
Constructors
new PlayerInteractWithEntityAfterEvent()
private
new PlayerInteractWithEntityAfterEvent():PlayerInteractWithEntityAfterEvent
Returns
PlayerInteractWithEntityAfterEvent
Properties
itemStack?
optional
readonly
itemStack:ItemStack
Remarks
The item stack that is being used in the interaction, or undefined if empty hand.
player
readonly
player:Player
Remarks
Source Player for this event.
target
readonly
target:Entity
Remarks
The entity that will be interacted with.