Optionalpalette: number[]The optional palette.
Optionalbiomes: number[]The optional biomes.
Optionalsize: [number, number, number]The size of the biome storage.
ReadonlybiomesThe biomes of the storage.
ReadonlypaletteThe palette of the storage.
ReadonlysizeThe size of the block storage.
Static ReadonlyMAX_The total maximum chunk size.
Static ReadonlyMAX_The maximum chunk size in the x direction.
Static ReadonlyMAX_The maximum chunk size in the y direction.
Static ReadonlyMAX_The maximum chunk size in the z direction.
Gets the biome at the given block coordinates.
The x coordinate of the block.
The y coordinate of the block.
The z coordinate of the block.
The biome.
Calculates the index of the block position.
The x coordinate of the block.
The y coordinate of the block.
The z coordinate of the block.
The index of the block.
Checks if the block storage is empty.
Sets the biome at the given block coordinates.
The x coordinate of the block.
The y coordinate of the block.
The z coordinate of the block.
The biome.
StaticdeserializeDeserializes the biome storage from a binary stream.
The binary stream to read from.
The biome storage.
StaticserializeSerializes the biome storage to a binary stream.
The binary stream to write to.
Creates a new biome storage.