Interface Mask2D

All Known Implementing Classes:
AbstractMask2D, BiomeMask2D, ExpressionMask2D, MaskIntersection2D, MaskMemoizer2D, MaskUnion2D, NoiseFilter2D, OffsetMask2D, OffsetsMask2D, SplatterMask2D

public interface Mask2D
Tests whether a given vector meets a criteria.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the criteria is met.
  • Method Details

    • test

      boolean test(BlockVector2 vector)
      Returns true if the criteria is met.
      Parameters:
      vector - the vector to test
      Returns:
      true if the criteria is met