Uses of Interface
net.minecraft.nbt.NbtType
Packages that use NbtType
-
Uses of NbtType in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtTypeModifier and TypeFieldDescriptionNbtByte.TYPEstatic NbtType<NbtByteArray>NbtByteArray.TYPEstatic NbtType<NbtCompound>NbtCompound.TYPENbtDouble.TYPENbtFloat.TYPENbtInt.TYPEstatic NbtType<NbtIntArray>NbtIntArray.TYPENbtList.TYPENbtLong.TYPEstatic NbtType<NbtLongArray>NbtLongArray.TYPENbtNull.TYPENbtShort.TYPENbtString.TYPEprivate static 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 classCastException)(package private) static NbtElementNbtCompound.read(NbtType<?> reader, String key, DataInput input, int depth, NbtTagSizeTracker tracker)