Class Tag

java.lang.Object
com.sk89q.jnbt.Tag
Direct Known Subclasses:
ByteArrayTag, ByteTag, CompoundTag, DoubleTag, EndTag, FloatTag, IntArrayTag, IntTag, ListTag, LongArrayTag, LongTag, ShortTag, StringTag

public abstract class Tag extends Object
Represents a NBT tag.
  • Constructor Details

    • Tag

      public Tag()
  • Method Details

    • getValue

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