Class VarIntType.OptionalVarIntType
java.lang.Object
com.viaversion.viaversion.api.type.Type<T>
com.viaversion.viaversion.api.type.OptionalType<Integer>
com.viaversion.viaversion.api.type.types.VarIntType.OptionalVarIntType
- All Implemented Interfaces:
ByteBufReader<Integer>,ByteBufWriter<Integer>,CodecWriter<Integer>
- Enclosing class:
- VarIntType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.viaversion.viaversion.api.type.OptionalType
read, write, writeMethods inherited from class com.viaversion.viaversion.api.type.Type
getBaseClass, getOutputClass, getTypeName, toString
-
Constructor Details
-
OptionalVarIntType
public OptionalVarIntType()
-