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[]>,CodecWriter<Item[]>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.viaversion.viaversion.api.type.Type
getOutputClass, getTypeName, toString, write
-
Constructor Details
-
ItemShortArrayType1_13_2
public ItemShortArrayType1_13_2()
-
-
Method Details
-
read
Description copied from interface:ByteBufReaderReads a value from a ByteBuf.- 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.- Parameters:
buffer- buffer to write toobject- value to write
-
getBaseClass
Description copied from class:TypeReturns 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:
getBaseClassin classType<Item[]>- Returns:
- base class
-