Class ExtentWrapper

java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.plotsquared.core.listener.ExtentWrapper
All Implemented Interfaces:
com.sk89q.worldedit.extent.Extent, com.sk89q.worldedit.extent.InputExtent, com.sk89q.worldedit.extent.OutputExtent

public class ExtentWrapper extends com.sk89q.worldedit.extent.AbstractDelegateExtent
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ExtentWrapper​(com.sk89q.worldedit.extent.Extent extent)
     
  • Method Summary

    Methods inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent

    commit, commitBefore, createEntity, fullySupports3DBiomes, getBiome, getBlock, getEntities, getEntities, getExtent, getFullBlock, getMaximumPoint, getMinimumPoint, setBiome, setBlock

    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.extent.InputExtent

    getBiome

    Methods inherited from interface com.sk89q.worldedit.extent.OutputExtent

    setBiome
  • Constructor Details

    • ExtentWrapper

      protected ExtentWrapper(com.sk89q.worldedit.extent.Extent extent)