Name | playing_dead |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.playing_dead> If the entity is an axolotl, returns whether the entity is playing dead.
|
Description | If the entity is an axolotl, sets whether the entity is playing dead.
This won't be successful unless the entity is unaware of its surroundings. See EntityTag.is_aware. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityPlayingDead.java#L66 |