Chunk Section Reader
Extracts section data from a NBTCompound. Does not cache nor convert the raw data. Use when you want to read parts of a section without having the memory overhead of ChunkSection.
Only two piece of information are cached with this object: the version of the parent chunk, which is used to know how to extract the section data, and the input NBT.
Can throw AnvilException if the NBT data is not recognized or incomplete.
For information on what the different fields extracted from the NBT are, see Chunk Format on the Minecraft wiki
Constructors
ChunkSectionReader
Link copied to clipboard
Types
Functions
getBiomeInformation
Link copied to clipboard
getBiomes
Link copied to clipboard
getBlockLight
Link copied to clipboard
getBlockPalette
Link copied to clipboard
getCompactedBlockStates
Link copied to clipboard
getSkyLight
Link copied to clipboard
getUncompressedBiomeIndices
Link copied to clipboard
getUncompressedBlockStateIDs
Link copied to clipboard
hasBlockStates
Link copied to clipboard
isSectionEmpty
Link copied to clipboard