Name | is_sleeping |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.is_sleeping> Returns whether a living entity is currently sleeping. (...)
|
Description | Sets whether a fox is sleeping.
The entity may wake up immediately after setting this to true. If this is not desired, disable EntityTag.has_ai. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3161 |