Interface Mask2D
- All Known Implementing Classes:
AbstractMask2D,BiomeMask2D,ExpressionMask2D,MaskIntersection2D,Masks.AlwaysFalse,Masks.AlwaysTrue,MaskUnion2D,NoiseFilter2D,OffsetMask2D
public interface Mask2D
Tests whether a given vector meets a criteria.
-
Method Summary
Modifier and TypeMethodDescriptioncopy2D()booleantest(BlockVector2 vector) Returns true if the criteria is met.
-
Method Details
-
test
Returns true if the criteria is met.- Parameters:
vector- the vector to test- Returns:
- true if the criteria is met
-
copy2D
Mask2D copy2D()
-