Uses of Class
net.minecraft.nbt.NbtNull
Package | Description |
---|---|
net.minecraft.nbt | |
net.minecraft.nbt.visitor |
-
Uses of NbtNull in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtNull Modifier and Type Field Description static NbtNull
NbtNull. INSTANCE
Fields in net.minecraft.nbt with type parameters of type NbtNull Modifier and Type Field Description static NbtType<NbtNull>
NbtNull. TYPE
Methods in net.minecraft.nbt that return NbtNull Modifier and Type Method Description NbtNull
NbtNull. copy()
Methods in net.minecraft.nbt that return types with arguments of type NbtNull Modifier and Type Method Description static NbtType<NbtNull>
NbtType. createInvalid(int type)
NbtType<NbtNull>
NbtNull. getNbtType()
Gets the NBT type definition of this NBT element. -
Uses of NbtNull in net.minecraft.nbt.visitor
Methods in net.minecraft.nbt.visitor with parameters of type NbtNull Modifier and Type Method Description void
NbtElementVisitor. visitNull(NbtNull element)
void
NbtOrderedStringFormatter. visitNull(NbtNull element)
void
NbtTextFormatter. visitNull(NbtNull element)
void
StringNbtWriter. visitNull(NbtNull element)