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>>,CodecWriter<List<EntityData>>
- Direct Known Subclasses:
EntityDataListType
-
Constructor Summary
Constructors -
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, toString, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.viaversion.viaversion.api.type.ByteBufReader
readMethods inherited from interface com.viaversion.viaversion.api.type.ByteBufWriter
write
-
Constructor Details
-
EntityDataListTypeTemplate
protected EntityDataListTypeTemplate()
-
-
Method Details
-
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<List<EntityData>>- Returns:
- base class
-