Class Tag

java.lang.Object
com.sk89q.jnbt.Tag
All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike
Direct Known Subclasses:
ByteArrayTag, ByteTag, CompoundTag, DoubleTag, EndTag, FloatTag, IntArrayTag, IntTag, ListTag, LongArrayTag, LongTag, ShortTag, StringTag

@Deprecated public abstract class Tag extends Object implements com.sk89q.worldedit.util.nbt.BinaryTagLike
Deprecated.
JNBT is being removed for adventure-nbt in WorldEdit 8.
Represents a NBT tag.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Tag()
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract Object
    Deprecated.
    Gets the value of this tag.
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.sk89q.worldedit.util.nbt.BinaryTagLike

    asBinaryTag
  • Constructor Details

    • Tag

      public Tag()
      Deprecated.
  • Method Details

    • getValue

      public abstract Object getValue()
      Deprecated.
      Gets the value of this tag.
      Returns:
      the value
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object