Name | is_aware |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.is_aware> Returns whether the entity is aware of its surroundings. (...)
|
Description | Sets 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 |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAware.java#L71 |