Package com.plotsquared.core.util
Class ChunkManager
java.lang.Object
com.plotsquared.core.util.ChunkManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CompletableFuture<?>loadChunk(String world, BlockVector2 loc, boolean force) Deprecated.static booleanstatic booleanstatic voidsetChunkInPlotArea(RunnableVal<ZeroedDelegateScopedQueueCoordinator> force, RunnableVal<ZeroedDelegateScopedQueueCoordinator> add, String world, BlockVector2 loc)
-
Constructor Details
-
ChunkManager
public ChunkManager()
-
-
Method Details
-
setChunkInPlotArea
public static void setChunkInPlotArea(RunnableVal<ZeroedDelegateScopedQueueCoordinator> force, RunnableVal<ZeroedDelegateScopedQueueCoordinator> add, String world, BlockVector2 loc) - Since:
- 7.0.0
-
preProcessChunk
- Since:
- 7.0.0
-
postProcessChunk
public static boolean postProcessChunk(BlockVector2 loc, ZeroedDelegateScopedQueueCoordinator queue) - Since:
- 7.0.0
-
loadChunk
@Deprecated public abstract CompletableFuture<?> loadChunk(String world, BlockVector2 loc, boolean force) Deprecated.
-