Class TransformRegion

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

public class TransformRegion extends AbstractRegion
Transforms another region according to a provided vector Transform.
See Also:
  • Constructor Details

    • TransformRegion

      public TransformRegion(Region region, Transform transform)
      Create a new instance.
      Parameters:
      region - the region
      transform - the transform
    • TransformRegion

      public TransformRegion(@Nullable World world, Region region, Transform transform)
      Create a new instance.
      Parameters:
      world - the world, which may be null
      region - the region
      transform - the transform
  • Method Details