Uses of Class
net.minecraft.nbt.NbtElement
Packages that use NbtElement
-
Uses of NbtElement in net.minecraft.item
Methods in net.minecraft.item that return NbtElementModifier and TypeMethodDescriptionstatic NbtElementFireworkChargeItem.getExplosionNbt(ItemStack stack, String name) Methods in net.minecraft.item with parameters of type NbtElement -
Uses of NbtElement in net.minecraft.nbt
Subclasses of NbtElement in net.minecraft.nbtModifier and TypeClassDescriptionclassclassclassclassstatic classclassclassclassclassclassclassclassclassFields in net.minecraft.nbt with type parameters of type NbtElementModifier and TypeFieldDescriptionprivate Map<String,NbtElement> NbtCompound.dataprivate List<NbtElement>NbtList.valueMethods in net.minecraft.nbt that return NbtElementModifier and TypeMethodDescriptionNbtByte.copy()NbtByteArray.copy()NbtCompound.copy()NbtDouble.copy()abstract NbtElementNbtElement.copy()NbtEnd.copy()NbtFloat.copy()NbtInt.copy()NbtIntArray.copy()NbtList.copy()NbtLong.copy()NbtShort.copy()NbtString.copy()protected static NbtElementNbtElement.createFromType(byte id) NbtList.get(int index) StringNbtReader.NbtCompoundParser.parse()StringNbtReader.NbtListParser.parse()abstract NbtElementStringNbtReader.Parser.parse()StringNbtReader.PrimitiveTypeParser.parse()private static NbtElementNbtIo.read(DataInput input, int depth, PositionTracker tracker) (package private) static NbtElementNbtCompound.readNbt(byte type, String name, DataInput input, int depth, PositionTracker tracker) NbtList.remove(int id) Methods in net.minecraft.nbt with parameters of type NbtElementModifier and TypeMethodDescriptionvoidNbtList.add(NbtElement nbt) static booleanNbtHelper.matches(NbtElement standard, NbtElement subject, boolean equalValue) voidNbtCompound.put(String key, NbtElement nbt) voidNbtList.set(int id, NbtElement nbt) private static voidNbtCompound.write(String key, NbtElement nbt, DataOutput output) private static voidNbtIo.write(NbtElement nbt, DataOutput output)