All Implemented Interfaces:
ResettableMask, Resettable, Mask

public class DataMask extends AbstractExtentMask implements ResettableMask
  • Constructor Details

    • DataMask

      public DataMask(Extent extent)
  • Method Details

    • test

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

      public boolean test(Extent extent, BlockVector3 vector)
      Specified by:
      test in class AbstractExtentMask
    • reset

      public void reset()
      Specified by:
      reset in interface Resettable
      Specified by:
      reset in interface ResettableMask
    • 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