public class SolidBlockMask extends AbstractExtentMask
Constructor and Description |
---|
SolidBlockMask(Extent extent) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(BlockVector3 vector)
Returns true if the criteria is met.
|
Mask2D |
toMask2D()
Get the 2D version of this mask if one exists.
|
getExtent, setExtent
public SolidBlockMask(Extent extent)
public boolean test(BlockVector3 vector)
Mask
vector
- the vector to test