Class IntTag

java.lang.Object
com.sk89q.jnbt.Tag<Integer,org.enginehub.linbus.tree.LinIntTag>
com.sk89q.jnbt.IntTag
All Implemented Interfaces:
org.enginehub.linbus.tree.ToLinTag<org.enginehub.linbus.tree.LinIntTag>

@Deprecated public final class IntTag extends Tag<Integer,org.enginehub.linbus.tree.LinIntTag>
Deprecated.
Use LinIntTag.
The TAG_Int tag.
  • Field Summary

    Fields inherited from class com.sk89q.jnbt.Tag

    linTag
  • Constructor Summary

    Constructors
    Constructor
    Description
    IntTag(int value)
    Deprecated.
    Creates the tag with an empty name.
    IntTag(org.enginehub.linbus.tree.LinIntTag 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

    • IntTag

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

      public IntTag(org.enginehub.linbus.tree.LinIntTag tag)
      Deprecated.
  • Method Details

    • getValue

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