Class WallMakeMask

java.lang.Object
com.fastasyncworldedit.core.function.mask.WallMakeMask
All Implemented Interfaces:
Mask

public class WallMakeMask extends Object implements Mask
  • Constructor Details

    • WallMakeMask

      public WallMakeMask(Region region)
  • Method Details

    • test

      public boolean test(BlockVector3 position)
      Description copied from interface: Mask
      Returns true if the criteria is met.
      Specified by:
      test in interface Mask
      Parameters:
      position - the vector to test
      Returns:
      true if the criteria is met
    • copy

      public Mask copy()
      Description copied from interface: Mask
      Returns a copy of the mask. Usually for multi-threaded operation
      Specified by:
      copy in interface Mask
      Returns:
      a clone of the mask