Class FaweBukkitWorld
java.lang.Object
com.sk89q.worldedit.world.AbstractWorld
com.sk89q.worldedit.bukkit.BukkitWorld
com.fastasyncworldedit.bukkit.FaweBukkitWorld
- All Implemented Interfaces:
IChunkCache<IChunkGet>, Trimable, Extent, InputExtent, OutputExtent, Keyed, World
-
Field Summary
Fields inherited from class BukkitWorld
HAS_MIN_Y, worldNameRef, worldRef -
Method Summary
Modifier and TypeMethodDescriptiongetWorldSendingChunksMap(String worldName) static FaweBukkitWorldstatic FaweBukkitWorldMethods inherited from class BukkitWorld
applySideEffects, canPlaceAt, checkLoadedChunk, clearContainerBlockContents, dropItem, equals, fixAfterFastMode, flush, fullySupports3DBiomes, generateFeature, generateStructure, generateTree, generateTree, get, getBiome, getBlock, getBlockDrops, getBlockLightLevel, getEntities, getEntities, getFullBlock, getMaxY, getMinY, getName, getNameUnsafe, getRemainingWeatherDuration, getSpawnPosition, getStoragePath, getWeather, getWorld, getWorldChecked, hashCode, id, playBlockBreakEffect, playEffect, refreshChunk, regenerate, removeEntities, sendFakeChunk, setBiome, setBiome, setBlock, setBlock, setWeather, setWeather, simulateBlockMine, tile, toBukkitTreeType, useItemMethods inherited from class AbstractWorld
commit, createLiquidMask, dropItem, fixLighting, getMaximumPoint, getMinimumPoint, queueBlockBreakEffect, setBlockMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Extent
addCaves, addOre, addOre, addOres, addOres, addPostProcessor, addProcessor, addSchems, apply, apply, cancel, center, contains, contains, countBlocks, countBlocks, createEntity, createEntity, disableHistory, disableQueue, enableHistory, enableQueue, generate, getBlockDistribution, getBlockDistributionWithData, getHighestTerrainBlock, getHighestTerrainBlock, getNearestSurfaceLayer, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, getNearestSurfaceTerrainBlock, isQueueEnabled, lazyCopy, regenerateChunk, relight, relightBlock, relightSky, removeEntity, replaceBlocks, replaceBlocks, replaceBlocks, setBlocks, setBlocks, setBlocks, spawnResourceMethods inherited from interface IChunkCache
trimMethods inherited from interface InputExtent
getBiome, getBiomeType, getBlock, getBrightness, getBrightness, getEmittedLight, getEmittedLight, getFullBlock, getHeightMap, getOpacity, getOpacity, getSkyLight, getSkyLightMethods inherited from interface OutputExtent
setBiome, setBlockLight, setBlockLight, setHeightMap, setSkyLight, setSkyLight, setTileMethods inherited from interface World
isWorld, notifyAndLightBlock, regenerate, regenerate, setBlock
-
Method Details
-
of
-
of
-
getWorldSendingChunksMap
public static ConcurrentHashMap<IntPair, NMSAdapter.ChunkSendLock> getWorldSendingChunksMap(FaweBukkitWorld world) -
getWorldSendingChunksMap
public static ConcurrentHashMap<IntPair, NMSAdapter.ChunkSendLock> getWorldSendingChunksMap(String worldName)
-