Interface Mask2D
- All Known Implementing Classes:
AbstractMask2D
,BiomeMask2D
,ExpressionMask2D
,MaskIntersection2D
,MaskUnion2D
,NoiseFilter2D
,OffsetMask2D
,OffsetsMask2D
public interface Mask2D
Tests whether a given vector meets a criteria.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(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
-