Name | gravity |
Object | EntityTag |
Input | ElementTag(Boolean) |
Related Tags | <EntityTag.gravity> Returns whether the entity has gravity.
|
Description | Changes the gravity state of an entity.
When set false (no gravity), side effects may also occur, eg all movement entirely being blocked. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityGravity.java#L86 |