Class SupplyingExtent
java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.fastasyncworldedit.core.extent.PassthroughExtent
com.fastasyncworldedit.core.extent.SupplyingExtent
- All Implemented Interfaces:
Extent, InputExtent, OutputExtent
An extent that delegates actions to another extent that may change at any time.
-
Field Summary
Fields inherited from class AbstractDelegateExtent
extent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PassthroughExtent
addCaves, addOre, addSchems, apply, apply, cancel, center, contains, countBlocks, countBlocks, createEntity, createEntity, disableQueue, enableQueue, generate, getBiome, getBiomeType, getBlock, getBlock, getBlockDistribution, getBlockDistributionWithData, getEntities, getEntities, getFullBlock, getFullBlock, getHighestTerrainBlock, getHighestTerrainBlock, getNearestSurfaceLayer, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, isQueueEnabled, isWorld, lazyCopy, regenerateChunk, removeEntity, replaceBlocks, replaceBlocks, replaceBlocks, setBiome, setBiome, setBlock, setBlock, setBlocks, setBlocks, setBlocks, setTile, spawnResourceMethods inherited from class AbstractDelegateExtent
addPostProcessor, addProcessor, commit, commitBefore, disableHistory, fullySupports3DBiomes, getBrightness, getEmittedLight, getMaximumPoint, getMaxY, getMinimumPoint, getMinY, getSkyLight, relight, relightBlock, relightSky, setBlockLight, setChangeSet, setSkyLight, tile, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Extent
addOre, addOres, addOres, contains, enableHistory, removeEntitiesMethods inherited from interface InputExtent
getBiome, getBrightness, getEmittedLight, getHeightMap, getOpacity, getOpacity, getSkyLightMethods inherited from interface OutputExtent
setBiome, setBlockLight, setHeightMap, setSkyLight
-
Constructor Details
-
SupplyingExtent
-
-
Method Details
-
getExtent
Description copied from class:AbstractDelegateExtentGet the extent.- Overrides:
getExtentin classAbstractDelegateExtent- Returns:
- the extent
-