get Empty Chunk Snapshot
public abstract ChunkSnapshot getEmptyChunkSnapshot(int x, int z, boolean includeBiome, boolean includeBiomeTempRain)
Get empty chunk snapshot (equivalent to all air blocks), optionally including valid biome data. Used for representing an ungenerated chunk, or for fetching only biome data without loading getClassById chunk.
Return
The empty snapshot.
Parameters
x
- chunk x coordinate
z
- chunk z coordinate
include Biome
- if true, snapshot includes per-coordinate biome type
include Biome Temp Rain
- if true, snapshot includes per-coordinate raw biome temperature and rainfall