Class Tag<V,LT extends org.enginehub.linbus.tree.LinTag<? extends V>>

java.lang.Object
com.sk89q.jnbt.Tag<V,LT>
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<LT>
Direct Known Subclasses:
ByteArrayTag, ByteTag, CompoundTag, DoubleTag, EndTag, FloatTag, IntArrayTag, IntTag, ListTag, LongArrayTag, LongTag, ShortTag, StringTag

@Deprecated public abstract class Tag<V,LT extends org.enginehub.linbus.tree.LinTag<? extends V>> extends Object implements org.enginehub.linbus.tree.ToLinTag<LT>
Deprecated.
JNBT is being removed for lin-bus in WorldEdit 8, use LinTag instead
Represents a NBT tag.
  • Field Details

    • linTag

      protected final LT extends org.enginehub.linbus.tree.LinTag<? extends V> linTag
      Deprecated.
  • Constructor Details

    • Tag

      protected Tag(LT linTag)
      Deprecated.
  • Method Details

    • getValue

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

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

      @Nonnull public LT toLinTag()
      Deprecated.
      Specified by:
      toLinTag in interface org.enginehub.linbus.tree.ToLinTag<V>