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
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Filter
applyChunk, finish, finishChunk, joinMethods inherited from interface Pattern
apply, apply, applyBlock, applyBlock, fork, size
-
Constructor Details
-
AbstractExtentPattern
-
-
Method Details
-
getExtent
Description copied from interface:ExtentPatternGet the extent associated with this pattern.- Specified by:
getExtentin interfaceExtentPattern- Returns:
- the extent for this pattern
-