Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.imanity.imanityspigot.chunk |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Chunk> |
World.Imanity.getChunkAtAsynchronously(Block block,
AsyncPriority priority)
Get Chunk asynchronously with urgent priority (which is the priority while get chunk block main)
|
CompletableFuture<Chunk> |
World.Imanity.getChunkAtAsynchronously(int x,
int z,
AsyncPriority priority)
Get Chunk asynchronously with urgent priority (which is the priority while get chunk block main)
|
CompletableFuture<Chunk> |
World.Imanity.getChunkAtAsynchronously(Location location,
AsyncPriority priority)
Get Chunk asynchronously with urgent priority (which is the priority while get chunk block main)
|
Modifier and Type | Method and Description |
---|---|
static AsyncPriority |
AsyncPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncPriority[] |
AsyncPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.