Class ChunkType1_20_2

java.lang.Object
com.viaversion.viaversion.api.type.Type<Chunk>
com.viaversion.viaversion.api.type.types.chunk.ChunkType1_20_2
All Implemented Interfaces:
ByteBufReader<Chunk>, ByteBufWriter<Chunk>

public final class ChunkType1_20_2 extends Type<Chunk>
  • Constructor Details

    • ChunkType1_20_2

      public ChunkType1_20_2(int ySectionCount, int globalPaletteBlockBits, int globalPaletteBiomeBits)
  • Method Details

    • read

      public Chunk read(io.netty.buffer.ByteBuf buffer)
      Description copied from interface: ByteBufReader
      Reads a value from a ByteBuf.
      Parameters:
      buffer - buffer to read from
      Returns:
      type based on the class type
    • write

      public void write(io.netty.buffer.ByteBuf buffer, Chunk chunk)
      Description copied from interface: ByteBufWriter
      Writes an object to a type to a ByteBuf.
      Parameters:
      buffer - buffer to write to
      chunk - value to write