Class EndTag

java.lang.Object
net.citizensnpcs.api.jnbt.Tag
net.citizensnpcs.api.jnbt.EndTag

public final class EndTag extends Tag
The TAG_End tag.
  • Constructor Details

    • EndTag

      public EndTag()
      Creates the tag.
  • Method Details

    • getValue

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

      public String toString()
      Overrides:
      toString in class Object