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