Class NexoWorldEditExtent
-
- All Implemented Interfaces:
-
com.sk89q.worldedit.extent.Extent,com.sk89q.worldedit.extent.InputExtent,com.sk89q.worldedit.extent.OutputExtent
public final class NexoWorldEditExtent extends AbstractDelegateExtent
-
-
Constructor Summary
Constructors Constructor Description NexoWorldEditExtent(Extent extent, World world)
-
Method Summary
Modifier and Type Method Description final WorldgetWorld()EntitycreateEntity(Location location, BaseEntity baseEntity)<B extends BlockStateHolder<B>> IntegersetBlocks(Region region, B block)IntegersetBlocks(Region region, Pattern pattern)<T extends BlockStateHolder<T>> BooleansetBlock(Integer x, Integer y, Integer z, T block)<T extends BlockStateHolder<T>> BooleansetBlock(BlockVector3 pos, T stateToSet)-
Methods inherited from class com.sk89q.worldedit.extent.AbstractDelegateExtent
addPostProcessor, addProcessor, apply, cancel, commit, countBlocks, countBlocks, createEntity, disableHistory, disableQueue, enableQueue, fullySupports3DBiomes, getBiome, getBiomeType, getBlock, getBlock, getBlockDistribution, getBlockDistributionWithData, getBrightness, getEmittedLight, getEntities, getEntities, getExtent, getFullBlock, getFullBlock, getMaxY, getMaximumPoint, getMinY, getMinimumPoint, getSkyLight, isQueueEnabled, isWorld, relight, relightBlock, relightSky, removeEntity, replaceBlocks, replaceBlocks, replaceBlocks, setBiome, setBiome, setBlockLight, setBlocks, setChangeSet, setSkyLight, tile, toString -
Methods inherited from class com.sk89q.worldedit.extent.InputExtent
getBiome, getBrightness, getEmittedLight, getHeightMap, getOpacity, getOpacity, getSkyLight -
Methods inherited from class com.sk89q.worldedit.extent.OutputExtent
setBiome, setBlockLight, setHeightMap, setSkyLight, setTile -
Methods inherited from class com.sk89q.worldedit.extent.Extent
addCaves, addOre, addOres, addSchems, apply, center, contains, contains, enableHistory, generate, getHighestTerrainBlock, getHighestTerrainBlock, getNearestSurfaceLayer, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, lazyCopy, regenerateChunk, spawnResource -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getWorld
final World getWorld()
-
createEntity
Entity createEntity(Location location, BaseEntity baseEntity)
-
-
-
-