Class ItemShortArrayType1_13
java.lang.Object
com.viaversion.viaversion.api.type.Type<Item[]>
com.viaversion.viaversion.api.type.types.item.ItemShortArrayType1_13
- All Implemented Interfaces:
ByteBufReader<Item[]>
,ByteBufWriter<Item[]>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.viaversion.viaversion.api.type.Type
getOutputClass, getTypeName, readEither, toString, writeEither
-
Constructor Details
-
ItemShortArrayType1_13
public ItemShortArrayType1_13()
-
-
Method Details
-
read
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
Description copied from interface:ByteBufWriter
Writes an object to a type to a ByteBuf.- Parameters:
buffer
- buffer to write toobject
- value to write
-
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 classType<Item[]>
- Returns:
- base class
-