| Package | Description |
|---|---|
| com.sk89q.worldedit.function.mask |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtentMask
|
class |
BlockMask
A mask that checks whether blocks at the given positions are matched by
a block in a list.
|
class |
BoundedHeightMask
Has the criteria where the Y value of passed positions must be within
a certain range of Y values (inclusive).
|
class |
ExistingBlockMask
A mask that returns true whenever the block at the location is not
an air block (it contains some other block).
|
class |
ExpressionMask
A mask that evaluates an expression.
|
class |
FuzzyBlockMask |
class |
MaskIntersection
Combines several masks and requires that all masks return true
when a certain position is tested.
|
class |
MaskUnion
Combines several masks and requires that one or more masks return true
when a certain position is tested.
|
class |
NoiseFilter
A mask that uses a noise generator and returns true whenever the noise
generator returns a value above the given density.
|
class |
OffsetMask
Checks whether another mask tests true for a position that is offset
a given vector.
|
class |
RegionMask
A mask that tests whether given positions are contained within a region.
|
class |
SolidBlockMask |
Copyright © 2010-2014. All Rights Reserved.