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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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) NbtCompoundParser.parse()NbtListParser.parse()abstract NbtElementNbtParser.parse()NbtPrimitiveParser.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) 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) -
Uses of NbtElement in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type NbtElementModifier and TypeMethodDescriptionstatic booleanTestForBlockCommand.method_21830(NbtElement nbtElement, NbtElement nbtElement2, boolean bool)