- All Superinterfaces:
net.kyori.adventure.key.Keyed
public interface Level
extends net.kyori.adventure.key.Keyed
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChunkTicket(int x, int z) default voidvoidfixLight(Collection<ChunkPosition> positions) loadChunkWithTicket(int x, int z) default CompletableFuture<?> voidremoveChunkTicket(int x, int z) default voidrestoreSnapshot(Snapshot snapshot, int amount) snapshot(ChunkRegion chunk) Methods inherited from interface net.kyori.adventure.key.Keyed
key
-
Method Details
-
restoreSnapshot
-
snapshot
-
loadChunkWithTicket
-
loadChunkWithTicket
-
addChunkTicket
-
addChunkTicket
void addChunkTicket(int x, int z) -
removeChunkTicket
-
removeChunkTicket
void removeChunkTicket(int x, int z) -
fixLight
-