Class PolyhedralRegion

All Implemented Interfaces:
IBatchProcessor, Region, Cloneable, Iterable<BlockVector3>, Collection<BlockVector3>, Set<BlockVector3>

public class PolyhedralRegion extends AbstractRegion
  • Constructor Details

    • PolyhedralRegion

      public PolyhedralRegion(@Nullable World world)
      Constructs an empty mesh, containing no vertices or triangles.
      Parameters:
      world - the world
    • PolyhedralRegion

      public PolyhedralRegion(PolyhedralRegion region)
      Constructs an independent copy of the given region.
      Parameters:
      region - the region to copy
  • Method Details