Uses of Interface
net.minecraft.nbt.NbtType
| Package | Description |
|---|---|
| net.minecraft.nbt |
-
Uses of NbtType in net.minecraft.nbt
Fields in net.minecraft.nbt declared as NbtType Modifier and Type Field Description static NbtType<NbtByte>NbtByte. TYPEstatic NbtType<NbtByteArray>NbtByteArray. TYPEstatic NbtType<NbtCompound>NbtCompound. TYPEstatic NbtType<NbtDouble>NbtDouble. TYPEstatic NbtType<NbtFloat>NbtFloat. TYPEstatic NbtType<NbtInt>NbtInt. TYPEstatic NbtType<NbtIntArray>NbtIntArray. TYPEstatic NbtType<NbtList>NbtList. TYPEstatic NbtType<NbtLong>NbtLong. TYPEstatic NbtType<NbtLongArray>NbtLongArray. TYPEstatic NbtType<NbtNull>NbtNull. TYPEstatic NbtType<NbtShort>NbtShort. TYPEstatic NbtType<NbtString>NbtString. TYPEprivate static NbtType<?>[]NbtTypes. VALUESMethods in net.minecraft.nbt that return NbtType Modifier and Type Method Description static NbtType<?>NbtTypes. byId(int id)Gets the associated NBT type for a givenid.static NbtType<NbtNull>NbtType. createInvalid(int type)NbtType<NbtByte>NbtByte. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtByteArray>NbtByteArray. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtCompound>NbtCompound. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtDouble>NbtDouble. getNbtType()Gets the NBT type definition of this NBT element.NbtType<?>NbtElement. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtFloat>NbtFloat. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtInt>NbtInt. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtIntArray>NbtIntArray. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtList>NbtList. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtLong>NbtLong. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtLongArray>NbtLongArray. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtNull>NbtNull. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtShort>NbtShort. getNbtType()Gets the NBT type definition of this NBT element.NbtType<NbtString>NbtString. getNbtType()Gets the NBT type definition of this NBT element.Methods in net.minecraft.nbt with parameters of type NbtType Modifier and Type Method Description private CrashReportNbtCompound. createCrashReport(String key, NbtType<?> reader, ClassCastException classCastException)private static NbtElementNbtCompound. read(NbtType<?> reader, String key, DataInput input, int depth, NbtTagSizeTracker tracker)private <T extends Number>
List<T>StringNbtReader. readArray(NbtType<?> arrayTypeReader, NbtType<?> typeReader)