Package net.minecraftforge.common.util
Class Constants.NBT
java.lang.Object
net.minecraftforge.common.util.Constants.NBT
- Enclosing class:
- Constants
Deprecated, for removal: This API element is subject to removal in a future version.
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
Modifier and TypeFieldDescriptionstatic 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
ConstructorDescriptionNBT()
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
TAG_END
public static final int TAG_ENDDeprecated, 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_BYTEDeprecated, 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_SHORTDeprecated, 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_INTDeprecated, 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_LONGDeprecated, 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_FLOATDeprecated, 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_DOUBLEDeprecated, 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_ARRAYDeprecated, 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_STRINGDeprecated, 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_LISTDeprecated, 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_COMPOUNDDeprecated, 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_ARRAYDeprecated, 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_ARRAYDeprecated, 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_NUMERICDeprecated, 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.
-
Tag
. TODO Remove in 1.18