Class HeightBoundExtent
java.lang.Object
com.sk89q.worldedit.extent.AbstractDelegateExtent
com.fastasyncworldedit.core.extent.ResettableExtent
com.fastasyncworldedit.core.extent.FaweRegionExtent
com.fastasyncworldedit.core.extent.HeightBoundExtent
- All Implemented Interfaces:
IBatchProcessor,Extent,InputExtent,OutputExtent,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent
extent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fastasyncworldedit.core.extent.FaweRegionExtent
construct, contains, contains, createEntity, createEntity, getBiome, getBiomeType, getBlock, getBlock, getFullBlock, getFullBlock, getScope, isGlobal, setBiome, setBlockMethods inherited from class com.fastasyncworldedit.core.extent.ResettableExtent
init, setExtent, setOriginMethods inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent
addPostProcessor, addProcessor, apply, cancel, commit, commitBefore, countBlocks, countBlocks, disableHistory, disableQueue, enableQueue, fullySupports3DBiomes, getBlockDistribution, getBlockDistributionWithData, getBrightness, getEmittedLight, getEntities, getEntities, getExtent, getMaximumPoint, getMaxY, getMinimumPoint, getMinY, getSkyLight, isQueueEnabled, isWorld, relight, relightBlock, relightSky, removeEntity, replaceBlocks, replaceBlocks, replaceBlocks, setBiome, setBlock, setBlockLight, setBlocks, setBlocks, setBlocks, setChangeSet, setSkyLight, tile, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sk89q.worldedit.extent.Extent
addCaves, addOre, addOres, addSchems, apply, center, enableHistory, generate, getHighestTerrainBlock, getHighestTerrainBlock, getNearestSurfaceLayer, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, lazyCopy, regenerateChunk, spawnResourceMethods inherited from interface com.fastasyncworldedit.core.queue.IBatchProcessor
flush, join, joinPost, postProcess, postProcessSet, processGet, processGet, remove, trimNBT, trimNBT, trimYMethods inherited from interface com.sk89q.worldedit.extent.InputExtent
getBiome, getBrightness, getEmittedLight, getHeightMap, getOpacity, getOpacity, getSkyLightMethods inherited from interface com.sk89q.worldedit.extent.OutputExtent
setBiome, setBlockLight, setHeightMap, setSkyLight, setTile
-
Constructor Details
-
HeightBoundExtent
-
-
Method Details
-
contains
public boolean contains(int x, int z) - Specified by:
containsin classFaweRegionExtent
-
contains
public boolean contains(int x, int y, int z) Description copied from interface:ExtentReturns true if the extent contains the given position- Specified by:
containsin interfaceExtent- Specified by:
containsin classFaweRegionExtent- Parameters:
x- position xy- position yz- position z- Returns:
- if position is contained
-
getRegions
- Specified by:
getRegionsin classFaweRegionExtent
-
processSet
Description copied from interface:IBatchProcessorProcess a chunk that has been set.
-