public class AnvilChunk16 extends AnvilChunk13
Constructor and Description |
---|
AnvilChunk16(com.sk89q.worldedit.util.nbt.CompoundBinaryTag tag)
Construct the chunk with a compound tag.
|
AnvilChunk16(CompoundTag tag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
readBlockStates(BlockState[] palette,
long[] blockStatesSerialized,
BlockState[] chunkSectionBlocks) |
getBlock
@Deprecated public AnvilChunk16(CompoundTag tag) throws DataException
AnvilChunk16(CompoundBinaryTag)
tag
- the tag to readDataException
- on a data errorpublic AnvilChunk16(com.sk89q.worldedit.util.nbt.CompoundBinaryTag 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