Class AbstractExtentPattern
java.lang.Object
com.sk89q.worldedit.function.pattern.AbstractPattern
com.sk89q.worldedit.function.pattern.AbstractExtentPattern
- All Implemented Interfaces:
Filter
,ExtentPattern
,Pattern
- Direct Known Subclasses:
ExtentBufferedCompositePattern
,RepeatingExtentPattern
,StateApplyingPattern
,TypeApplyingPattern
,WaterloggedRemover
-
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.fastasyncworldedit.core.queue.Filter
applyChunk, finishChunk, join
Methods inherited from interface com.sk89q.worldedit.function.pattern.Pattern
apply, apply, applyBlock, applyBlock, fork, size
-
Constructor Details
-
AbstractExtentPattern
-
-
Method Details
-
getExtent
Description copied from interface:ExtentPattern
Get the extent associated with this pattern.- Specified by:
getExtent
in interfaceExtentPattern
- Returns:
- the extent for this pattern
-