Package com.sk89q.worldedit.world.chunk
Class AnvilChunk16
java.lang.Object
com.sk89q.worldedit.world.chunk.AnvilChunk13
com.sk89q.worldedit.world.chunk.AnvilChunk16
- All Implemented Interfaces:
Chunk
The chunk format for Minecraft 1.16 and 1.17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
readBlockStates
(BlockState[] palette, long[] blockStatesSerialized, BlockState[] chunkSectionBlocks) Methods inherited from class com.sk89q.worldedit.world.chunk.AnvilChunk13
getBlock
-
Constructor Details
-
AnvilChunk16
Construct the chunk with a compound tag.- Parameters:
tag
- the tag to read- Throws:
DataException
- on a data error
-
-
Method Details
-
readBlockStates
protected void readBlockStates(BlockState[] palette, long[] blockStatesSerialized, BlockState[] chunkSectionBlocks) throws InvalidFormatException - Overrides:
readBlockStates
in classAnvilChunk13
- Throws:
InvalidFormatException
-