Interface ExtentPattern

All Superinterfaces:
Pattern
All Known Implementing Classes:
AbstractExtentPattern, ClipboardPattern, ExtentBufferedCompositePattern, RepeatingExtentPattern, StateApplyingPattern, TypeApplyingPattern, WaterloggedRemover

public interface ExtentPattern extends Pattern
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the extent associated with this pattern.

    Methods inherited from interface com.sk89q.worldedit.function.pattern.Pattern

    apply, applyBlock
  • Method Details

    • getExtent

      Extent getExtent()
      Get the extent associated with this pattern.
      Returns:
      the extent for this pattern