Class Constants.NBT

java.lang.Object
net.minecraftforge.common.util.Constants.NBT
Enclosing class:
Constants

@Deprecated(since="1.17", forRemoval=true) public static class Constants.NBT extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by the constants in Tag. TODO Remove in 1.18
NBT Tag type IDS, used when storing the nbt to disc, Should align with TagTypes.getType(int) and TagType.getPrettyName() Main use is checking tag type in CompoundTag.contains(String, int)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    NBT()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TAG_END

      public static final int TAG_END
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_BYTE

      public static final int TAG_BYTE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_SHORT

      public static final int TAG_SHORT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_INT

      public static final int TAG_INT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_LONG

      public static final int TAG_LONG
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_FLOAT

      public static final int TAG_FLOAT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_DOUBLE

      public static final int TAG_DOUBLE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_BYTE_ARRAY

      public static final int TAG_BYTE_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_STRING

      public static final int TAG_STRING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_LIST

      public static final int TAG_LIST
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_COMPOUND

      public static final int TAG_COMPOUND
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_INT_ARRAY

      public static final int TAG_INT_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_LONG_ARRAY

      public static final int TAG_LONG_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
    • TAG_ANY_NUMERIC

      public static final int TAG_ANY_NUMERIC
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
      Constant Field Values
  • Constructor Details

    • NBT

      public NBT()
      Deprecated, for removal: This API element is subject to removal in a future version.