Class TextComponentTagType
java.lang.Object
com.viaversion.viaversion.api.type.Type<com.viaversion.nbt.tag.Tag>
com.viaversion.viaversion.api.type.types.misc.TagType
com.viaversion.viaversion.api.type.types.misc.TextComponentTagType
- All Implemented Interfaces:
ByteBufReader<com.viaversion.nbt.tag.Tag>
,ByteBufWriter<com.viaversion.nbt.tag.Tag>
,CodecWriter<com.viaversion.nbt.tag.Tag>
Only strictly needed for hashing purposes for now.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.viaversion.viaversion.api.type.types.misc.TagType
TagType.OptionalTagType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.viaversion.viaversion.api.type.Type
getBaseClass, getOutputClass, getTypeName, toString
-
Constructor Details
-
TextComponentTagType
public TextComponentTagType()
-
-
Method Details
-
write
- Specified by:
write
in interfaceCodecWriter<com.viaversion.nbt.tag.Tag>
- Overrides:
write
in classTagType
-