Uses of Class
net.minecraft.loot.LootTableReporter
Packages that use LootTableReporter
Package
Description
The base package for all Minecraft classes.
-
Uses of LootTableReporter in net.minecraft
Methods in net.minecraft with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoidclass_8490.method_51209(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) voidclass_8490.class_8491.run(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) -
Uses of LootTableReporter in net.minecraft.loot
Methods in net.minecraft.loot that return LootTableReporterModifier and TypeMethodDescriptionLootTableReporter.method_51219(String string, class_8488<?> class_8488) LootTableReporter.withContextType(LootContextType contextType) Methods in net.minecraft.loot with parameters of type LootTableReporterModifier and TypeMethodDescriptionprivate static <T> voidLootManager.method_51196(LootTableReporter lootTableReporter, class_8488<T> class_8488, Object object) voidLootManager.AndCondition.validate(LootTableReporter reporter) voidLootManager.AndFunction.validate(LootTableReporter reporter) voidLootPool.validate(LootTableReporter reporter) voidLootTable.validate(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoidAlternativeLootCondition.validate(LootTableReporter reporter) voidInvertedLootCondition.validate(LootTableReporter reporter) voidReferenceLootCondition.validate(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.context
Methods in net.minecraft.loot.context with parameters of type LootTableReporterModifier and TypeMethodDescriptiondefault voidLootContextAware.validate(LootTableReporter reporter) voidLootContextType.validate(LootTableReporter reporter, LootContextAware parameterConsumer) -
Uses of LootTableReporter in net.minecraft.loot.entry
Methods in net.minecraft.loot.entry with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoidAlternativeEntry.validate(LootTableReporter reporter) voidCombinedEntry.validate(LootTableReporter reporter) voidLeafEntry.validate(LootTableReporter reporter) voidLootPoolEntry.validate(LootTableReporter reporter) voidLootTableEntry.validate(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoidConditionalLootFunction.validate(LootTableReporter reporter) voidReferenceLootFunction.validate(LootTableReporter reporter) voidSetContentsLootFunction.validate(LootTableReporter reporter) voidSetLootTableLootFunction.validate(LootTableReporter reporter)