Package com.sk89q.jnbt
Class NBTConstants
java.lang.Object
com.sk89q.jnbt.NBTConstants
Deprecated.
JNBT is being removed for lin-bus in WorldEdit 8.
A class which holds constant values.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Charset
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetClassFromType
(int id) Deprecated.Convert a type ID to its correspondingTag
class.
-
Field Details
-
CHARSET
Deprecated. -
TYPE_END
public static final int TYPE_ENDDeprecated.- See Also:
-
TYPE_BYTE
public static final int TYPE_BYTEDeprecated.- See Also:
-
TYPE_SHORT
public static final int TYPE_SHORTDeprecated.- See Also:
-
TYPE_INT
public static final int TYPE_INTDeprecated.- See Also:
-
TYPE_LONG
public static final int TYPE_LONGDeprecated.- See Also:
-
TYPE_FLOAT
public static final int TYPE_FLOATDeprecated.- See Also:
-
TYPE_DOUBLE
public static final int TYPE_DOUBLEDeprecated.- See Also:
-
TYPE_BYTE_ARRAY
public static final int TYPE_BYTE_ARRAYDeprecated.- See Also:
-
TYPE_STRING
public static final int TYPE_STRINGDeprecated.- See Also:
-
TYPE_LIST
public static final int TYPE_LISTDeprecated.- See Also:
-
TYPE_COMPOUND
public static final int TYPE_COMPOUNDDeprecated.- See Also:
-
TYPE_INT_ARRAY
public static final int TYPE_INT_ARRAYDeprecated.- See Also:
-
TYPE_LONG_ARRAY
public static final int TYPE_LONG_ARRAYDeprecated.- See Also:
-
-
Method Details
-
getClassFromType
Deprecated.Convert a type ID to its correspondingTag
class.- Parameters:
id
- type ID- Returns:
- tag class
- Throws:
IllegalArgumentException
- thrown if the tag ID is not valid
-