Interface IWorldChunksAsync
- All Known Subinterfaces:
IWorldChunks
- All Known Implementing Classes:
World
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture<WorldChunk> getChunkAsync(int x, int z) Deprecated.getChunkAsync(long var1) Deprecated.default CompletableFuture<WorldChunk> getNonTickingChunkAsync(int x, int z) Deprecated.getNonTickingChunkAsync(long var1) Deprecated.
-
Method Details
-
getChunkAsync
Deprecated. -
getNonTickingChunkAsync
Deprecated. -
getChunkAsync
Deprecated. -
getNonTickingChunkAsync
Deprecated.
-