public interface IWorldChunks extends IChunkAccessorSync
Interface for worldchunks functionality. Defines the contract for worldchunks implementations.
java.lang.Object > IChunkAccessorSync > IWorldChunks
Field Summary
worldChunk
final
WorldChunk
worldChunk
Field worldChunk.
future
final
CompletableFuture
future
Field future.
Method Detail
getChunk
Method getChunk.
- Parameters:
final longindex
getNonTickingChunk
Method getNonTickingChunk.
- Parameters:
final longindex
waitForFutureWithoutLock
public
T
waitForFutureWithoutLock
(@Nonnull final CompletableFuture future)
Method waitForFutureWithoutLock.
- Parameters:
@Nonnull final CompletableFuturefuture