Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
Modifier and Type | Method | Description |
---|---|---|
ChunkSnapshot |
Chunk.getChunkSnapshot() |
Capture thread-safe read-only snapshot of chunk data
|
ChunkSnapshot |
Chunk.getChunkSnapshot(boolean includeMaxblocky,
boolean includeBiome,
boolean includeBiomeTempRain) |
Capture thread-safe read-only snapshot of chunk data
|
ChunkSnapshot |
World.getEmptyChunkSnapshot(int x,
int z,
boolean includeBiome,
boolean includeBiomeTemp) |
Get empty chunk snapshot (equivalent to all air blocks), optionally
including valid biome data.
|
Copyright © 2019. All rights reserved.