Package net.minecraft.nbt
Class NbtNull
java.lang.Object
net.minecraft.nbt.NbtNull
- All Implemented Interfaces:
NbtElement
Represents the NBT null value.
Defines the end of an NBT compound object,
represents nonexistent values in an NBT compound object,
and is the type of empty NBT lists.
- Mappings:
Namespace Name official oeintermediary net/minecraft/class_2491named net/minecraft/nbt/NbtNull
-
Field Summary
FieldsFields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_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, NULL_TYPE, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NbtElementVisitor visitor) copy()Copies this NBT element.Gets the NBT type definition of this NBT element.bytegetType()Gets the type of this NBT element.method_39850(class_6836 class_6836) toString()voidwrite(DataOutput output) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.NbtElement
asString, method_39876
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official cLoe;c:Iintermediary field_33193Lnet/minecraft/class_2491;field_33193:Inamed SIZELnet/minecraft/nbt/NbtNull;SIZE:I
-
TYPE
- Mappings:
Namespace Name Mixin selector official aLoe;a:Lox;intermediary field_21032Lnet/minecraft/class_2491;field_21032:Lnet/minecraft/class_4614;named TYPELnet/minecraft/nbt/NbtNull;TYPE:Lnet/minecraft/nbt/NbtType;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official bLoe;b:Loe;intermediary field_21033Lnet/minecraft/class_2491;field_21033:Lnet/minecraft/class_2491;named INSTANCELnet/minecraft/nbt/NbtNull;INSTANCE:Lnet/minecraft/nbt/NbtNull;
-
-
Constructor Details
-
NbtNull
private NbtNull()
-
-
Method Details
-
write
- Specified by:
writein interfaceNbtElement- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLov;a(Ljava/io/DataOutput;)Vintermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
-
getType
public byte getType()Gets the type of this NBT element.- Specified by:
getTypein interfaceNbtElement- Returns:
- the type
- Mappings:
Namespace Name Mixin selector official aLov;a()Bintermediary method_10711Lnet/minecraft/class_2520;method_10711()Bnamed getTypeLnet/minecraft/nbt/NbtElement;getType()B
-
getNbtType
Gets the NBT type definition of this NBT element.- Specified by:
getNbtTypein interfaceNbtElement- Returns:
- the element type definition
- Mappings:
Namespace Name Mixin selector official bLov;b()Lox;intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;named getNbtTypeLnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
-
toString
- Specified by:
toStringin interfaceNbtElement- Overrides:
toStringin classObject
-
copy
Description copied from interface:NbtElementCopies this NBT element.- Specified by:
copyin interfaceNbtElement- Returns:
- the copied element
- Mappings:
Namespace Name Mixin selector official dLoe;d()Loe;intermediary method_10586Lnet/minecraft/class_2491;method_10586()Lnet/minecraft/class_2491;named copyLnet/minecraft/nbt/NbtNull;copy()Lnet/minecraft/nbt/NbtNull;
-
accept
- Specified by:
acceptin interfaceNbtElement- Mappings:
Namespace Name Mixin selector official aLov;a(Loz;)Vintermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vnamed acceptLnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
-
method_39850
- Specified by:
method_39850in interfaceNbtElement- Mappings:
Namespace Name Mixin selector official aLov;a(Los;)Los$b;intermediary method_39850Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;named method_39850Lnet/minecraft/nbt/NbtElement;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
-