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. TYPE
static NbtType<NbtByteArray>
NbtByteArray. TYPE
static NbtType<NbtCompound>
NbtCompound. TYPE
static NbtType<NbtDouble>
NbtDouble. TYPE
static NbtType<NbtFloat>
NbtFloat. TYPE
static NbtType<NbtInt>
NbtInt. TYPE
static NbtType<NbtIntArray>
NbtIntArray. TYPE
static NbtType<NbtList>
NbtList. TYPE
static NbtType<NbtLong>
NbtLong. TYPE
static NbtType<NbtLongArray>
NbtLongArray. TYPE
static NbtType<NbtNull>
NbtNull. TYPE
static NbtType<NbtShort>
NbtShort. TYPE
static NbtType<NbtString>
NbtString. TYPE
private static NbtType<?>[]
NbtTypes. VALUES
Methods 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 CrashReport
NbtCompound. createCrashReport(String key, NbtType<?> reader, ClassCastException classCastException)
private static NbtElement
NbtCompound. read(NbtType<?> reader, String key, DataInput input, int depth, NbtTagSizeTracker tracker)
private <T extends Number>
List<T>StringNbtReader. readArray(NbtType<?> arrayTypeReader, NbtType<?> typeReader)