Bukkit Snapshot Chunk Data
A SnapshotChunkData backed by a
real Bukkit ChunkSnapshot. It exposes full block data, but you can only
construct it if you already hold a snapshot.
centerBiome(): The biome at the chunk’s center sample (block 7, 0, 7).biomeAt(int, int, int): The biome at the given chunk-relative block coordinates.bukkitSnapshot(): Returns the backingChunkSnapshot, always present for this implementation.