Package com.sk89q.worldedit.regions
package com.sk89q.worldedit.regions
-
Interface SummaryInterfaceDescriptionRepresents a physical shape.Region selectors create
Region
s from a series of "selected points." They are used, for example, to allow users to create aCuboidRegion
by selecting two corners of the cuboid. -
Class SummaryClassDescriptionAn axis-aligned cuboid.Represents a cylindrical region.Represents an ellipsoid region.A region that contains no points.Represents a 2D polygonal region.An intersection of several other regions.Utility methods relating to
Region
s.Transforms another region according to a provided vectorTransform
. -
Exception Summary