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 NbtNullNbtNull. INSTANCEFields in net.minecraft.nbt with type parameters of type NbtNull Modifier and Type Field Description static NbtType<NbtNull>NbtNull. TYPEMethods in net.minecraft.nbt that return NbtNull Modifier and Type Method Description NbtNullNbtNull. 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 voidNbtElementVisitor. visitNull(NbtNull element)voidNbtOrderedStringFormatter. visitNull(NbtNull element)voidNbtTextFormatter. visitNull(NbtNull element)voidStringNbtWriter. visitNull(NbtNull element)