实验性实验性获取一个 BlockLocationIterator(方块位置迭代器),表示该体积内所有方块的世界位置。
Fetch a BlockLocationIterator that represents all of the block world locations within the specified volume
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性返回一个 BoundingBox 对象,表示该体积经过验证的最小和最大坐标。
Return a BoundingBox object which represents the validated min and max coordinates of the volume
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性返回 BlockVolume 的容量(体积)(宽深高)。
Return the capacity (volume) of the BlockVolume (WDH)
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性获取体积的最大角位置(保证 >= 最小值)。
Get the largest corner position of the volume (guaranteed to be >= min)
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性获取体积的最小角位置(保证 <= 最大值)。
Get the smallest corner position of the volume (guaranteed to be <= max)
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性获取一个 Vector3 对象,其中每个分量表示沿该轴的方块数量。
Get a Vector3 object where each component represents the number of blocks along that axis
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
实验性检查给定的世界方块位置是否在 BlockVolume 内。
Check to see if a given world block location is inside a BlockVolume
无法在只读模式下调用此函数,详见 WorldBeforeEvents。
BlockVolume 的基础类型。
Base type for BlockVolumes.