Name | <EntityTag.is_aware> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.is_aware |
Description | Returns whether the entity is aware of its surroundings.
Unaware entities will not perform any actions on their own, such as pathfinding or attacking. Similar to EntityTag.has_ai, except allows the entity to be moved by gravity, being pushed or attacked, etc. |
Generated Example |
|
Group | attributes |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAware.java#L53 |