Name | remove_member |
Object | CuboidTag |
Input | ElementTag(Number) |
Related Tags | <CuboidTag.remove_member[<#>]> Returns a modified copy of this cuboid, with member at the input index removed.
|
Description | Remove a sub-member from the cuboid at the specified index. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/CuboidTag.java#L1834 |