Uses of Interface
net.minecraft.nbt.NbtType
Packages that use NbtType
-
Uses of NbtType in net.minecraft.nbt
Subinterfaces of NbtType in net.minecraft.nbtModifier and TypeInterfaceDescriptionstatic interfaceNbtType.OfFixedSize<T extends NbtElement>static interfaceNbtType.OfVariableSize<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) -
Uses of NbtType in net.minecraft.nbt.scanner
Fields in net.minecraft.nbt.scanner declared as NbtTypeModifier and TypeFieldDescriptionprivate final NbtType<?>SelectiveNbtCollector.Query.typeThe field for thetyperecord component.Fields in net.minecraft.nbt.scanner with type parameters of type NbtTypeModifier and TypeFieldDescriptionSelectiveNbtCollector.allPossibleTypesSelectiveNbtCollector.Tree.fieldsToGetThe field for thefieldsToGetrecord component.Methods in net.minecraft.nbt.scanner that return NbtTypeModifier and TypeMethodDescriptionNbtType<?>SelectiveNbtCollector.Query.type()Returns the value of thetyperecord component.Methods in net.minecraft.nbt.scanner that return types with arguments of type NbtTypeModifier and TypeMethodDescriptionSelectiveNbtCollector.Tree.fieldsToGet()Returns the value of thefieldsToGetrecord component.Methods in net.minecraft.nbt.scanner with parameters of type NbtTypeModifier and TypeMethodDescriptionprivate voidStarts a visit to an NBT structure.Starts a visit to an NBT structure.Starts a visit to an NBT structure.default NbtScanner.ResultStarts a visit to an NBT structure.NbtCollector.startListItem(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.NbtScanner.startListItem(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.default NbtScanner.NestedResultSimpleNbtScanner.startListItem(NbtType<?> type, int index) Starts a visit to an NBT structure in an element of a list NBT.NbtCollector.startSubNbt(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.NbtScanner.startSubNbt(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.SelectiveNbtCollector.startSubNbt(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.default NbtScanner.NestedResultSimpleNbtScanner.startSubNbt(NbtType<?> type, String key) Starts a visit to an NBT structure in the sub NBT of a compound NBT.NbtCollector.visitListMeta(NbtType<?> entryType, int length) NbtScanner.visitListMeta(NbtType<?> entryType, int length) default NbtScanner.ResultSimpleNbtScanner.visitListMeta(NbtType<?> entryType, int length) NbtCollector.visitSubNbtType(NbtType<?> type) NbtScanner.visitSubNbtType(NbtType<?> type) SelectiveNbtCollector.visitSubNbtType(NbtType<?> type) default NbtScanner.NestedResultSimpleNbtScanner.visitSubNbtType(NbtType<?> type) Constructors in net.minecraft.nbt.scanner with parameters of type NbtTypeModifierConstructorDescriptionConstructor parameters in net.minecraft.nbt.scanner with type arguments of type NbtType