getChunkSnapshot

public abstract ChunkSnapshot getChunkSnapshot()

Capture thread-safe read-only snapshot of chunk data

Return

ChunkSnapshot


public abstract ChunkSnapshot getChunkSnapshot(boolean includeMaxblocky, boolean includeBiome, boolean includeBiomeTempRain)

Capture thread-safe read-only snapshot of chunk data

Return

ChunkSnapshot

Parameters

includeMaxblocky

- if true, snapshot includes per-coordinate maximum Y values

includeBiome

- if true, snapshot includes per-coordinate biome type

includeBiomeTempRain

- if true, snapshot includes per-coordinate raw biome temperature and rainfall