Package com.plotsquared.core.util
Class ChunkManager
java.lang.Object
com.plotsquared.core.util.ChunkManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract CompletableFuture<?>
loadChunk
(String world, BlockVector2 loc, boolean force) Deprecated.static boolean
postProcessChunk
(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
preProcessChunk
(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinator
will be renamed in v7.static void
setChunkInPlotArea
(RunnableVal<ScopedQueueCoordinator> force, RunnableVal<ScopedQueueCoordinator> add, String world, BlockVector2 loc) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinator
will be renamed in v7.
-
Constructor Details
-
ChunkManager
public ChunkManager()
-
-
Method Details
-
setChunkInPlotArea
@Deprecated(forRemoval=true, since="6.9.0") public static void setChunkInPlotArea(RunnableVal<ScopedQueueCoordinator> force, RunnableVal<ScopedQueueCoordinator> add, String world, BlockVector2 loc) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinator
will be renamed in v7. -
preProcessChunk
@Deprecated(forRemoval=true, since="6.9.0") public static boolean preProcessChunk(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinator
will be renamed in v7. -
postProcessChunk
@Deprecated(forRemoval=true, since="6.9.0") public static boolean postProcessChunk(BlockVector2 loc, ScopedQueueCoordinator queue) Deprecated, for removal: This API element is subject to removal in a future version.ScopedQueueCoordinator
will be renamed in v7. -
loadChunk
@Deprecated public abstract CompletableFuture<?> loadChunk(String world, BlockVector2 loc, boolean force) Deprecated.
-
ScopedQueueCoordinator
will be renamed in v7.