Uses of Interface
net.minecraft.nbt.NbtType
Packages that use NbtType
-
Uses of NbtType in net.minecraft
Fields in net.minecraft declared as NbtTypeModifier and TypeFieldDescriptionprivate final NbtType<?>class_6841.class_6843.typeThe field for thetyperecord component.Fields in net.minecraft with type parameters of type NbtTypeModifier and TypeFieldDescriptionclass_6841.field_36259class_6841.class_6842.fieldsToGetThe field for thefieldsToGetrecord component.Methods in net.minecraft that return NbtTypeModifier and TypeMethodDescriptionNbtType<?>class_6841.class_6843.type()Returns the value of thetyperecord component.Methods in net.minecraft that return types with arguments of type NbtTypeModifier and TypeMethodDescriptionclass_6841.class_6842.fieldsToGet()Returns the value of thefieldsToGetrecord component.Methods in net.minecraft with parameters of type NbtTypeModifier and TypeMethodDescriptionclass_6836.method_39863(NbtType<?> nbtType) class_6841.method_39863(NbtType<?> nbtType) class_6844.method_39863(NbtType<?> nbtType) default class_6836.class_6837class_6845.method_39863(NbtType<?> nbtType) class_6836.method_39864(NbtType<?> nbtType, int int2) class_6844.method_39864(NbtType<?> nbtType, int int2) default class_6836.class_6838class_6845.method_39864(NbtType<?> nbtType, int int2) class_6836.method_39865(NbtType<?> nbtType, String string) class_6841.method_39865(NbtType<?> nbtType, String string) class_6844.method_39865(NbtType<?> nbtType, String string) default class_6836.class_6837class_6845.method_39865(NbtType<?> nbtType, String string) class_6836.method_39871(NbtType<?> nbtType) class_6841.method_39871(NbtType<?> nbtType) class_6844.method_39871(NbtType<?> nbtType) default class_6836.class_6838class_6845.method_39871(NbtType<?> nbtType) class_6836.method_39872(NbtType<?> nbtType, int int2) class_6844.method_39872(NbtType<?> nbtType, int int2) default class_6836.class_6837class_6845.method_39872(NbtType<?> nbtType, int int2) private voidclass_6844.method_39886(NbtType<?> nbtType) Constructors in net.minecraft with parameters of type NbtTypeModifierConstructorDescriptionclass_6843(String string, String string2, NbtType<?> nbtType, String string3) class_6843(String string, NbtType<?> nbtType, String string2) class_6843(List<String> list, NbtType<?> nbtType, String string) class_6843(NbtType<?> nbtType, String string) Constructor parameters in net.minecraft with type arguments of type NbtTypeModifierConstructorDescriptionprivateclass_6842(int int2, Map<String, NbtType<?>> map, Map<String, class_6841.class_6842> map2) -
Uses of NbtType in net.minecraft.nbt
Subinterfaces of NbtType in net.minecraft.nbtModifier and TypeInterfaceDescriptionstatic interfaceNbtType.class_6839<T extends NbtElement>static interfaceNbtType.class_6840<T extends NbtElement>Fields in net.minecraft.nbt declared as NbtTypeModifier and TypeFieldDescriptionNbtByte.TYPEstatic final NbtType<NbtByteArray>NbtByteArray.TYPEstatic final NbtType<NbtCompound>NbtCompound.TYPENbtDouble.TYPENbtFloat.TYPENbtInt.TYPEstatic final NbtType<NbtIntArray>NbtIntArray.TYPENbtList.TYPENbtLong.TYPEstatic final NbtType<NbtLongArray>NbtLongArray.TYPENbtNull.TYPENbtShort.TYPENbtString.TYPEprivate static final NbtType<?>[]NbtTypes.VALUESMethods in net.minecraft.nbt that return NbtTypeModifier and TypeMethodDescriptionstatic NbtType<?>NbtTypes.byId(int id) Gets the associated NBT type for a givenid.NbtType.createInvalid(int type) NbtByte.getNbtType()Gets the NBT type definition of this NBT element.NbtByteArray.getNbtType()Gets the NBT type definition of this NBT element.NbtCompound.getNbtType()Gets the NBT type definition of this NBT element.NbtDouble.getNbtType()Gets the NBT type definition of this NBT element.NbtType<?>NbtElement.getNbtType()Gets the NBT type definition of this NBT element.NbtFloat.getNbtType()Gets the NBT type definition of this NBT element.NbtInt.getNbtType()Gets the NBT type definition of this NBT element.NbtIntArray.getNbtType()Gets the NBT type definition of this NBT element.NbtList.getNbtType()Gets the NBT type definition of this NBT element.NbtLong.getNbtType()Gets the NBT type definition of this NBT element.NbtLongArray.getNbtType()Gets the NBT type definition of this NBT element.NbtNull.getNbtType()Gets the NBT type definition of this NBT element.NbtShort.getNbtType()Gets the NBT type definition of this NBT element.NbtString.getNbtType()Gets the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtTypeModifier and TypeMethodDescriptionprivate CrashReportNbtCompound.createCrashReport(String key, NbtType<?> reader, ClassCastException exception) (package private) static NbtElementNbtCompound.read(NbtType<?> reader, String key, DataInput input, int depth, NbtTagSizeTracker tracker)