Package com.fastasyncworldedit.bukkit
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 com.sk89q.worldedit.bukkit.BukkitWorld
HAS_MIN_Y, worldNameRef, worldRef
-
Method Summary
Modifier and TypeMethodDescriptiongetWorldSendingChunksMap
(String worldName) static FaweBukkitWorld
static FaweBukkitWorld
Methods inherited from class com.sk89q.worldedit.bukkit.BukkitWorld
applySideEffects, canPlaceAt, checkLoadedChunk, clearContainerBlockContents, dropItem, equals, fixAfterFastMode, flush, fullySupports3DBiomes, 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, sendFakeChunk, setBiome, setBiome, setBlock, setBlock, setWeather, setWeather, simulateBlockMine, tile, toBukkitTreeType, useItem
Methods inherited from class com.sk89q.worldedit.world.AbstractWorld
commit, createLiquidMask, dropItem, fixLighting, getMaximumPoint, getMinimumPoint, queueBlockBreakEffect, setBlock
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.extent.Extent
addCaves, addOre, 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, spawnResource
Methods inherited from interface com.fastasyncworldedit.core.queue.IChunkCache
trim
Methods inherited from interface com.sk89q.worldedit.extent.InputExtent
getBiome, getBiomeType, getBlock, getBrightness, getBrightness, getEmittedLight, getEmittedLight, getFullBlock, getHeightMap, getOpacity, getOpacity, getSkyLight, getSkyLight
Methods inherited from interface com.sk89q.worldedit.extent.OutputExtent
setBiome, setBlockLight, setBlockLight, setHeightMap, setSkyLight, setSkyLight, setTile
Methods inherited from interface com.sk89q.worldedit.world.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)
-