Class EntityDataListTypeTemplate
java.lang.Object
com.viaversion.viaversion.api.type.Type<List<EntityData>>
com.viaversion.viaversion.api.type.types.entitydata.EntityDataListTypeTemplate
- All Implemented Interfaces:
ByteBufReader<List<EntityData>>
,ByteBufWriter<List<EntityData>>
- Direct Known Subclasses:
EntityDataListType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base class, useful when the output class is insufficient for type comparison.Methods inherited from class com.viaversion.viaversion.api.type.Type
getOutputClass, getTypeName, readEither, toString, writeEither
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.viaversion.viaversion.api.type.ByteBufReader
read
Methods inherited from interface com.viaversion.viaversion.api.type.ByteBufWriter
write
-
Constructor Details
-
EntityDataListTypeTemplate
protected EntityDataListTypeTemplate()
-
-
Method Details
-
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<List<EntityData>>
- Returns:
- base class
-