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>

public class TextComponentTagType extends TagType
Only strictly needed for hashing purposes for now.
  • Constructor Details

    • TextComponentTagType

      public TextComponentTagType()
  • Method Details

    • write

      public void write(Ops ops, com.viaversion.nbt.tag.Tag value)
      Specified by:
      write in interface CodecWriter<com.viaversion.nbt.tag.Tag>
      Overrides:
      write in class TagType