Package net.minecraft.nbt
Class NbtEnd
java.lang.Object
net.minecraft.nbt.NbtEnd
- All Implemented Interfaces:
NbtElement
Represents the NBT end value.
Defines the end of an
NbtCompound
object during serialization,
and is the type of an empty NbtList
.- Mappings:
Namespace Name named net/minecraft/nbt/NbtEnd
intermediary net/minecraft/class_2491
official ud
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NbtEnd
A dummy instance of the NBT end.private static final int
Fields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(NbtElementVisitor visitor) copy()
Returns an NBT element of equal value that won't change with this element.doAccept
(NbtScanner visitor) Returns the NBT type definition of this NBT element.int
byte
getType()
Returns the type of this NBT element.toString()
void
write
(DataOutput output) Writes the NBT element tooutput
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.nbt.NbtElement
accept, asString
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE
Lnet/minecraft/nbt/NbtEnd;SIZE:I
intermediary field_41721
Lnet/minecraft/class_2491;field_41721:I
official c
Lud;c:I
-
TYPE
- Mappings:
Namespace Name Mixin selector named TYPE
Lnet/minecraft/nbt/NbtEnd;TYPE:Lnet/minecraft/nbt/NbtType;
intermediary field_21032
Lnet/minecraft/class_2491;field_21032:Lnet/minecraft/class_4614;
official a
Lud;a:Lva;
-
INSTANCE
A dummy instance of the NBT end. It will never appear nested in any parsed NBT structure and should never be used as NBT compound values or list elements.- Mappings:
Namespace Name Mixin selector named INSTANCE
Lnet/minecraft/nbt/NbtEnd;INSTANCE:Lnet/minecraft/nbt/NbtEnd;
intermediary field_21033
Lnet/minecraft/class_2491;field_21033:Lnet/minecraft/class_2491;
official b
Lud;b:Lud;
-
-
Constructor Details
-
NbtEnd
private NbtEnd()
-
-
Method Details
-
write
Writes the NBT element tooutput
.- Specified by:
write
in interfaceNbtElement
- Throws:
IOException
- API Note:
- This is a low-level method for serializing NBT elements; consider using
NbtIo
,NbtOps
, orPacketByteBuf.writeNbt(net.minecraft.nbt.NbtElement)
instead. - Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
intermediary method_10713
Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
official a
Luy;a(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Specified by:
getSizeInBytes
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named getSizeInBytes
Lnet/minecraft/nbt/NbtElement;getSizeInBytes()I
intermediary method_47988
Lnet/minecraft/class_2520;method_47988()I
official a
Luy;a()I
-
getType
public byte getType()Returns the type of this NBT element.- Specified by:
getType
in interfaceNbtElement
- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/nbt/NbtElement;getType()B
intermediary method_10711
Lnet/minecraft/class_2520;method_10711()B
official b
Luy;b()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Specified by:
getNbtType
in interfaceNbtElement
- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector named getNbtType
Lnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
intermediary method_23258
Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
official c
Luy;c()Lva;
-
toString
- Specified by:
toString
in interfaceNbtElement
- Overrides:
toString
in classObject
-
copy
Description copied from interface:NbtElement
Returns an NBT element of equal value that won't change with this element.- Specified by:
copy
in interfaceNbtElement
- Returns:
- an NBT element of equal value that won't change with this element
- Mappings:
Namespace Name Mixin selector named copy
Lnet/minecraft/nbt/NbtEnd;copy()Lnet/minecraft/nbt/NbtEnd;
intermediary method_10586
Lnet/minecraft/class_2491;method_10586()Lnet/minecraft/class_2491;
official e
Lud;e()Lud;
-
accept
- Specified by:
accept
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named accept
Lnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
intermediary method_32289
Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
official a
Luy;a(Lvc;)V
-
doAccept
- Specified by:
doAccept
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named doAccept
Lnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
intermediary method_39850
Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
official a
Luy;a(Luv;)Luv$b;
-