Name | bounding_box |
Object | EntityTag |
Input | ListTag(LocationTag) |
Related Tags | <EntityTag.bounding_box> Returns the collision bounding box of the entity in the format "<low>|<high>", essentially a cuboid with decimals.
|
Description | Changes the collision bounding box of the entity in the format "<low>|<high>", essentially a cuboid with decimals. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityBoundingBox.java#L91 |