IWorldChunksAsync
Package: com.hypixel.hytale.server.core.universe.world
@Deprecatedpublic interface IWorldChunksAsyncDeprecated asynchronous chunk retrieval interface. Provides CompletableFuture-based methods for loading ticking and non-ticking chunks by coordinate index or (x, z) pair.
Methods
Section titled “Methods”| Method | Return Type | Description |
|---|---|---|
getChunkAsync(long) | CompletableFuture<WorldChunk> | Asynchronously loads a ticking chunk by packed coordinate index. |
getNonTickingChunkAsync(long) | CompletableFuture<WorldChunk> | Asynchronously loads a non-ticking chunk by packed coordinate index. |
getChunkAsync(int, int) | CompletableFuture<WorldChunk> | Convenience overload that packs (x, z) via ChunkUtil.indexChunk. |
getNonTickingChunkAsync(int, int) | CompletableFuture<WorldChunk> | Convenience overload that packs (x, z) via ChunkUtil.indexChunk. |
See Also
Section titled “See Also”
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.