Class ChunkSectionType26_1
java.lang.Object
com.viaversion.viaversion.api.type.Type<ChunkSection>
com.viaversion.viaversion.api.type.types.chunk.ChunkSectionType1_18
com.viaversion.viaversion.api.type.types.chunk.ChunkSectionType26_1
- All Implemented Interfaces:
ByteBufReader<ChunkSection>,ByteBufWriter<ChunkSection>,CodecWriter<ChunkSection>
-
Field Summary
Fields inherited from class com.viaversion.viaversion.api.type.types.chunk.ChunkSectionType1_18
biomePaletteType, blockPaletteType -
Constructor Summary
ConstructorsConstructorDescriptionChunkSectionType26_1(int globalPaletteBlockBits, int globalPaletteBiomeBits) -
Method Summary
Modifier and TypeMethodDescriptionread(io.netty.buffer.ByteBuf buffer) Reads a value from a ByteBuf.intserializedSize(Chunk chunk) voidwrite(io.netty.buffer.ByteBuf buffer, ChunkSection section) Writes an object to a type to a ByteBuf.Methods inherited from class com.viaversion.viaversion.api.type.Type
getBaseClass, getOutputClass, getTypeName, toString, write
-
Constructor Details
-
ChunkSectionType26_1
public ChunkSectionType26_1(int globalPaletteBlockBits, int globalPaletteBiomeBits)
-
-
Method Details
-
read
Description copied from interface:ByteBufReaderReads a value from a ByteBuf.- Specified by:
readin interfaceByteBufReader<ChunkSection>- Overrides:
readin classChunkSectionType1_18- Parameters:
buffer- buffer to read from- Returns:
- type based on the class type
-
write
Description copied from interface:ByteBufWriterWrites an object to a type to a ByteBuf.- Specified by:
writein interfaceByteBufWriter<ChunkSection>- Overrides:
writein classChunkSectionType1_18- Parameters:
buffer- buffer to write tosection- value to write
-
serializedSize
- Overrides:
serializedSizein classChunkSectionType1_18
-