| Name | <CuboidTag.expand[<location>]> |
| Returns | CuboidTag |
| Description | Expands the cuboid by the given amount, and returns the changed cuboid.
This will decrease the min coordinates by the given vector location, and increase the max coordinates by it. Supplying a negative input will therefore contract the cuboid. Note that you can also specify a single number to expand all coordinates by the same amount (equivalent to specifying a location that is that value on X, Y, and Z). Not valid for multi-member CuboidTags. |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java#L1377 |