public class AnvilChunk16 extends AnvilChunk13
Constructor and Description |
---|
AnvilChunk16(CompoundTag tag)
Construct the chunk with a compound tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
readBlockStates(BlockState[] palette,
long[] blockStatesSerialized,
BlockState[] chunkSectionBlocks) |
getBlock
public AnvilChunk16(CompoundTag tag) throws DataException
tag
- the tag to readDataException
- on a data errorprotected void readBlockStates(BlockState[] palette, long[] blockStatesSerialized, BlockState[] chunkSectionBlocks) throws InvalidFormatException
readBlockStates
in class AnvilChunk13
InvalidFormatException