Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
Modifier and Type | Method | Description |
---|---|---|
default void |
World.getChunkAtAsync(int x,
int z,
World.ChunkLoadCallback cb) |
Deprecated.
Use either the Future or the Consumer based methods
|
default void |
World.getChunkAtAsync(Block block,
World.ChunkLoadCallback cb) |
Deprecated.
Use either the Future or the Consumer based methods
|
default void |
World.getChunkAtAsync(Location loc,
World.ChunkLoadCallback cb) |
Deprecated.
Use either the Future or the Consumer based methods
|
Copyright © 2020. All rights reserved.