Name | angry |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.angry> If the entity is a wolf or PigZombie, returns whether the entity is angry. (...)
|
Description | If the entity is wolf or PigZombie, sets whether the entity is angry.
If the entity is a Vindicator, returns whether it is in "Johnny" mode. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAngry.java#L118 |