public final class NBTConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.nio.charset.Charset |
CHARSET
The character set used by NBT (UTF-8).
|
static int |
TYPE_BYTE
Tag type constants.
|
static int |
TYPE_BYTE_ARRAY
Tag type constants.
|
static int |
TYPE_COMPOUND
Tag type constants.
|
static int |
TYPE_DOUBLE
Tag type constants.
|
static int |
TYPE_END
Tag type constants.
|
static int |
TYPE_FLOAT
Tag type constants.
|
static int |
TYPE_INT
Tag type constants.
|
static int |
TYPE_INT_ARRAY
Tag type constants.
|
static int |
TYPE_LIST
Tag type constants.
|
static int |
TYPE_LONG
Tag type constants.
|
static int |
TYPE_SHORT
Tag type constants.
|
static int |
TYPE_STRING
Tag type constants.
|
public static final java.nio.charset.Charset CHARSET
public static final int TYPE_END
public static final int TYPE_BYTE
public static final int TYPE_SHORT
public static final int TYPE_INT
public static final int TYPE_LONG
public static final int TYPE_FLOAT
public static final int TYPE_DOUBLE
public static final int TYPE_BYTE_ARRAY
public static final int TYPE_STRING
public static final int TYPE_LIST
public static final int TYPE_COMPOUND
public static final int TYPE_INT_ARRAY