Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
Modifier and Type | Method and Description |
---|---|
void |
World.getChunkAtAsync(Block block,
World.ChunkLoadCallback cb) |
void |
World.getChunkAtAsync(int x,
int z,
World.ChunkLoadCallback cb) |
void |
World.getChunkAtAsync(Location location,
World.ChunkLoadCallback cb) |
Copyright © 2022. All rights reserved.