Beta
Static
createStatic
dilateBeta
Return a new @minecraft-server.BoundingBox object representing the changes
Expand a @minecraft-server.BoundingBox by a given amount along each axis. Sizes can be negative to perform contraction. Note: corners can be inverted if the contraction size is greater than the span, but the min/max relationship will remain correct
This function can't be called in read-only mode.
Static
equalsStatic
expandBeta
A new @minecraft-server.BoundingBox instance representing the smallest possible bounding box which can encompass both
Static
getBeta
Note that @minecraft-server.BoundingBox objects represent whole blocks, so the center of boxes which have odd numbered bounds are not mathematically centered... i.e. a BoundingBox( 0,0,0 -> 3,3,3 ) would have a center of (1,1,1) (not (1.5, 1.5, 1.5) as expected)
Static
getStatic
getStatic
intersectsStatic
isStatic
isStatic
translateBeta
Return a new BoundingBox object which represents the change
Bounding Box Utils is a utility class that provides a number of useful functions for the creation and utility of @minecraft-server.BoundingBox objects