Skip to content

IWorldChunksAsync

Package: com.hypixel.hytale.server.core.universe.world

@Deprecated
public interface IWorldChunksAsync

Deprecated asynchronous chunk retrieval interface. Provides CompletableFuture-based methods for loading ticking and non-ticking chunks by coordinate index or (x, z) pair.

MethodReturn TypeDescription
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.
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.