Name | has_ai |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.has_ai> Returns whether the entity uses the default Minecraft AI to roam and look around. (...)
|
Description | Sets whether this entity will use the default Minecraft AI to roam and look around.
This tends to have implications for other vanilla functionality, including gravity. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAI.java#L67 |