Class AbstractExtentMask
java.lang.Object
com.sk89q.worldedit.function.mask.AbstractMask
com.sk89q.worldedit.function.mask.AbstractExtentMask
- All Implemented Interfaces:
Mask
- Direct Known Subclasses:
ABlockMask
,AngleMask
,BiomeMask
,BlockCategoryMask
,BlockStateMask
,BlockTypeMask
,DataMask
,ExistingBlockMask
,IdMask
,ImageBrushMask
,LayerBrushMask
,SplatterBrushMask
,StencilBrushMask
,SurfaceAngleMask
-
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
-
AbstractExtentMask
Construct a new mask.- Parameters:
extent
- the extent
-
-
Method Details
-
getExtent
Get the extent.- Returns:
- the extent
-
setExtent
Set the extent.- Parameters:
extent
- the extent
-
test
-