Uses of Interface
org.bukkit.ChunkSnapshot
| Package | Description |
|---|---|
| org.bukkit |
More generalized classes in the API.
|
-
Uses of ChunkSnapshot in org.bukkit
Methods in org.bukkit that return ChunkSnapshot Modifier and Type Method Description ChunkSnapshotChunk. getChunkSnapshot()Capture thread-safe read-only snapshot of chunk dataChunkSnapshotChunk. getChunkSnapshot(boolean includeMaxblocky, boolean includeBiome, boolean includeBiomeTempRain)Capture thread-safe read-only snapshot of chunk dataChunkSnapshotWorld. getEmptyChunkSnapshot(int x, int z, boolean includeBiome, boolean includeBiomeTempRain)Get empty chunk snapshot (equivalent to all air blocks), optionally including valid biome data.