Name | anger_at |
Object | EntityTag |
Input | MapTag |
Related Tags | <EntityTag.anger_at[<entity>]> Returns a warden's anger level at a specific entity.
|
Description | Sets a warden's anger towards a specific entity.
The input map needs to have the following keys: - "entity", the entity to set anger for. - "anger", the amount of anger. See EntityTag.clear_anger for clearing anger. See EntityTag.increase_anger for increasing it. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3040 |