Beta
Contains information regarding an event before an entity is tamed.
export class EntityTamedBeforeEvent { private constructor(); cancel: boolean; readonly entity: Entity; readonly tamingEntity: Entity;} Copy
export class EntityTamedBeforeEvent { private constructor(); cancel: boolean; readonly entity: Entity; readonly tamingEntity: Entity;}
Private
When set to true will cancel the event.
This property can't be read in early-execution mode.
Readonly
The entity that is being tamed.
The entity that is attempting to tame the entity.
Contains information regarding an event before an entity is tamed.
Source