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