Package net.minecraft.nbt
Interface Tag
- All Known Implementing Classes:
ByteArrayTag
,ByteTag
,CollectionTag
,CompoundTag
,DoubleTag
,EndTag
,FloatTag
,IntArrayTag
,IntTag
,ListTag
,LongArrayTag
,LongTag
,NumericTag
,ShortTag
,StringTag
public interface Tag
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
static byte
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept(TagVisitor p_178208_)
copy()
default String
byte
getId()
TagType<?>
getType()
toString()
void
write(DataOutput p_129329_)
-
Field Details
-
OBJECT_HEADER
static final int OBJECT_HEADER- See Also:
- Constant Field Values
-
ARRAY_HEADER
static final int ARRAY_HEADER- See Also:
- Constant Field Values
-
OBJECT_REFERENCE
static final int OBJECT_REFERENCE- See Also:
- Constant Field Values
-
STRING_SIZE
static final int STRING_SIZE- See Also:
- Constant Field Values
-
TAG_END
static final byte TAG_END- See Also:
- Constant Field Values
-
TAG_BYTE
static final byte TAG_BYTE- See Also:
- Constant Field Values
-
TAG_SHORT
static final byte TAG_SHORT- See Also:
- Constant Field Values
-
TAG_INT
static final byte TAG_INT- See Also:
- Constant Field Values
-
TAG_LONG
static final byte TAG_LONG- See Also:
- Constant Field Values
-
TAG_FLOAT
static final byte TAG_FLOAT- See Also:
- Constant Field Values
-
TAG_DOUBLE
static final byte TAG_DOUBLE- See Also:
- Constant Field Values
-
TAG_BYTE_ARRAY
static final byte TAG_BYTE_ARRAY- See Also:
- Constant Field Values
-
TAG_STRING
static final byte TAG_STRING- See Also:
- Constant Field Values
-
TAG_LIST
static final byte TAG_LIST- See Also:
- Constant Field Values
-
TAG_COMPOUND
static final byte TAG_COMPOUND- See Also:
- Constant Field Values
-
TAG_INT_ARRAY
static final byte TAG_INT_ARRAY- See Also:
- Constant Field Values
-
TAG_LONG_ARRAY
static final byte TAG_LONG_ARRAY- See Also:
- Constant Field Values
-
TAG_ANY_NUMERIC
static final byte TAG_ANY_NUMERIC- See Also:
- Constant Field Values
-
MAX_DEPTH
static final int MAX_DEPTH- See Also:
- Constant Field Values
-
-
Method Details