| Interface | Description |
|---|---|
| Mask |
Tests whether a given vector meets a criteria.
|
| Mask2D |
Tests whether a given vector meets a criteria.
|
| Class | Description |
|---|---|
| AbstractExtentMask | |
| AbstractMask |
A base class of
Mask that all masks should inherit from. |
| AbstractMask2D |
A base class of
Mask2D that all masks should inherit from. |
| BiomeMask2D |
Tests true if the biome at applied points is the same as the one given.
|
| BlockMask |
A mask that checks whether blocks at the given positions are matched by
a block in a list.
|
| BoundedHeightMask |
Has the criteria where the Y value of passed positions must be within
a certain range of Y values (inclusive).
|
| ExistingBlockMask |
A mask that returns true whenever the block at the location is not
an air block (it contains some other block).
|
| ExpressionMask |
A mask that evaluates an expression.
|
| ExpressionMask2D | |
| FuzzyBlockMask | |
| MaskIntersection |
Combines several masks and requires that all masks return true
when a certain position is tested.
|
| MaskIntersection2D |
Tests true if all contained masks test true.
|
| Masks | |
| MaskUnion |
Combines several masks and requires that one or more masks return true
when a certain position is tested.
|
| MaskUnion2D |
Tests true if any contained mask is true, even if it just one.
|
| NoiseFilter |
A mask that uses a noise generator and returns true whenever the noise
generator returns a value above the given density.
|
| NoiseFilter2D |
A mask that uses a noise generator and returns true whenever the noise
generator returns a value above the given density.
|
| OffsetMask |
Checks whether another mask tests true for a position that is offset
a given vector.
|
| OffsetMask2D |
Checks whether another mask tests true for a position that is offset
a given vector.
|
| RegionMask |
A mask that tests whether given positions are contained within a region.
|
| SolidBlockMask |
Copyright © 2010-2014. All Rights Reserved.