Class EndTag

java.lang.Object
com.sk89q.jnbt.Tag
com.sk89q.jnbt.EndTag
All Implemented Interfaces:
com.sk89q.worldedit.util.nbt.BinaryTagLike

@Deprecated public final class EndTag extends Tag
Deprecated.
Use EndBinaryTag.
The TAG_End tag.
  • Constructor Details

    • EndTag

      public EndTag()
      Deprecated.
  • Method Details

    • getValue

      public Object getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Specified by:
      getValue in class Tag
      Returns:
      the value
    • asBinaryTag

      public com.sk89q.worldedit.util.nbt.EndBinaryTag asBinaryTag()
      Deprecated.
    • getTypeCode

      public int getTypeCode()
      Deprecated.
      Specified by:
      getTypeCode in class Tag