public static interface World.ChunkLoadCallback
World.getChunkAtAsync(Location,ChunkLoadCallback) methods
 to request a Chunk to be loaded, with this callback receiving
 the chunk when it is finished.
 This callback will be executed on synchronously on the main thread.
 Timing and order this callback is fired is intentionally not defined and
 and subject to change.| Modifier and Type | Method | Description | 
|---|---|---|
| void | onLoad(Chunk chunk) | 
void onLoad(Chunk chunk)
Copyright © 2018. All rights reserved.