You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the positions in the state buffer are copied to a list.
The creation arguments are parsed in sets of three. Every three numbers corresponds to a point (X, Y, Z). These points are then added to the list as well.
All the points on the list are used to compute the dimensions and position of the region. The region will be the smallest cuboid region that still contains all of the points.
Modification
Cuboid Regions cannot currently be modified.
Notes
It is possible to use a Cuboid Region to cover a single block. Just use only one point.