Class LongTag

java.lang.Object
com.sk89q.jnbt.Tag<Long,org.enginehub.linbus.tree.LinLongTag>
com.sk89q.jnbt.LongTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinLongTag>

@Deprecated public final class LongTag extends Tag<Long,org.enginehub.linbus.tree.LinLongTag>
Deprecated.
Use LinLongTag.
The TAG_Long tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongTag(long value)
    Deprecated.
    Creates the tag with an empty name.
    LongTag(org.enginehub.linbus.tree.LinLongTag tag)
    Deprecated.
     
  • Method Summary

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

    Methods inherited from class com.sk89q.jnbt.Tag

    toLinTag, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LongTag

      public LongTag(long value)
      Deprecated.
      Creates the tag with an empty name.
      Parameters:
      value - the value of the tag
    • LongTag

      public LongTag(org.enginehub.linbus.tree.LinLongTag tag)
      Deprecated.
  • Method Details

    • getValue

      public Long getValue()
      Deprecated.
      Description copied from class: Tag
      Gets the value of this tag.
      Overrides:
      getValue in class Tag<Long,org.enginehub.linbus.tree.LinLongTag>
      Returns:
      the value