Package com.plotsquared.bukkit.queue
Class LimitedRegionWrapperQueue
java.lang.Object
com.plotsquared.core.queue.QueueCoordinator
com.plotsquared.core.queue.DelegateQueueCoordinator
com.plotsquared.bukkit.queue.LimitedRegionWrapperQueue
Wraps a
LimitedRegion inside a QueueCoordinator so it can be written to.- Since:
- 6.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class com.plotsquared.core.queue.DelegateQueueCoordinator
addProgressSubscriber, addReadChunk, addReadChunks, cancel, enqueue, getBlock, getChunkConsumer, getCompleteTask, getLightingMode, getParent, getReadChunks, getRegenRegion, getSideEffectSet, getWorld, isSettingBiomes, isUnloadAfter, regenChunk, setBiome, setBiome, setBiomesEnabled, setChunkConsumer, setCompleteTask, setLightingMode, setModified, setRegenRegion, setSideEffectSet, setUnloadAfter, size, startMethods inherited from class com.plotsquared.core.queue.QueueCoordinator
addEntities, getChunkObject, getForChunk, getForChunk, getMaxLayer, getMaxY, getMinLayer, getMinY, isForceSync, setBiomeCuboid, setChunkObject, setCuboid, setCuboid, setForceSync, setModified
-
Constructor Details
-
LimitedRegionWrapperQueue
- Since:
- 6.9.0
-
-
Method Details
-
setBlock
public boolean setBlock(int x, int y, int z, @NonNull com.sk89q.worldedit.function.pattern.Pattern pattern) - Overrides:
setBlockin classDelegateQueueCoordinator
-
setBlock
- Overrides:
setBlockin classDelegateQueueCoordinator
-
setBlock
public boolean setBlock(int x, int y, int z, @NonNull com.sk89q.worldedit.world.block.BlockState id) - Overrides:
setBlockin classDelegateQueueCoordinator
-
setEntity
- Overrides:
setEntityin classDelegateQueueCoordinator
-
setTile
- Overrides:
setTilein classDelegateQueueCoordinator
-
isSettingTiles
- Overrides:
isSettingTilesin classDelegateQueueCoordinator
-