| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | World. getChunkAtAsync(int x,
               int z,
               World.ChunkLoadCallback cb) | Requests a  Chunkto be loaded at the given coordinates
 This method makes no guarantee on how fast the chunk will load,
 and will return the chunk to the callback at a later time. | 
| void | World. getChunkAtAsync(Block block,
               World.ChunkLoadCallback cb) | |
| void | World. getChunkAtAsync(Location location,
               World.ChunkLoadCallback cb) | 
Copyright © 2018. All rights reserved.