| Name | entity tamed |
| Event Lines | entity tamed
<entity> tamed
player tames entity
player tames <entity> |
| Triggers | when an entity is tamed. |
| Generated Examples | on entity tamed:
after player tames entity: on player tames animal: after entity tamed: on player tames entity: on player tames rabbit: |
| Has Player | when a player is what tamed the entity. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
| Contexts | <context.entity> returns a EntityTag of the tamed entity.
<context.owner> returns a EntityTag of the owner.
|
| Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Entity |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityTamesScriptEvent.java#L15 |