Class AbstractMask
java.lang.Object
com.sk89q.worldedit.function.mask.AbstractMask
- All Implemented Interfaces:
Mask
- Direct Known Subclasses:
AbstractDelegateMask, AbstractExtentMask, Adjacent2DMask, AdjacentAny2DMask, AdjacentAnyMask, AdjacentMask, BoundedHeightMask, ExpressionMask, InverseMask, MaskIntersection, NoiseFilter, OffsetMask, PlaneMask, RadiusMask, RandomMask, RegionMask, SimplexMask, WallMask, XAxisMask, YAxisMask, ZAxisMask
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Mask
copy, inverse, optimize, replacesAir, test, toFilter, toFilter, toMask2D, tryCombine, tryOptimize, tryOr
-
Constructor Details
-
AbstractMask
public AbstractMask()
-