Name | <EntityTag.is_sleeping> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.is_sleeping |
Description | Returns whether a living entity is currently sleeping.
If the entity is not a fox, player, or villager, this will always return 'false'. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L1975 |