Class ItemShortArrayType1_13_2

java.lang.Object
com.viaversion.viaversion.api.type.Type<Item[]>
com.viaversion.viaversion.api.type.types.item.ItemShortArrayType1_13_2
All Implemented Interfaces:
ByteBufReader<Item[]>, ByteBufWriter<Item[]>

public class ItemShortArrayType1_13_2 extends Type<Item[]>
  • Constructor Details

    • ItemShortArrayType1_13_2

      public ItemShortArrayType1_13_2()
  • Method Details

    • read

      public Item[] 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, Item[] object)
      Description copied from interface: ByteBufWriter
      Writes an object to a type to a ByteBuf.
      Parameters:
      buffer - buffer to write to
      object - value to write
    • getBaseClass

      public Class<? extends Type> getBaseClass()
      Description copied from class: Type
      Returns the base class, useful when the output class is insufficient for type comparison. One such case are types with {List} as their output type.
      Overrides:
      getBaseClass in class Type<Item[]>
      Returns:
      base class