JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sk89q.worldedit.function.pattern
Interface ExtentPattern
All Superinterfaces:
Pattern
All Known Implementing Classes:
AbstractExtentPattern
,
ClipboardPattern
,
ExtentBufferedCompositePattern
,
RepeatingExtentPattern
,
StateApplyingPattern
,
TypeApplyingPattern
,
WaterloggedRemover
public interface
ExtentPattern
extends
Pattern
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Extent
getExtent
()
Get the extent associated with this pattern.
Methods inherited from interface com.sk89q.worldedit.function.pattern.
Pattern
apply
Method Detail
getExtent
Extent
getExtent()
Get the extent associated with this pattern.
Returns:
the extent for this pattern
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method