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 TypeMethodDescriptionvoid
class_8490.method_51209
(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) void
class_8490.class_8491.run
(LootTableReporter lootTableReporter, class_8488<T> class_8488, T t) void
class_8492.validate
(LootTableReporter reporter) -
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> void
LootManager.method_51196
(LootTableReporter lootTableReporter, class_8488<T> class_8488, Object object) void
LootManager.AndCondition.validate
(LootTableReporter reporter) void
LootManager.AndFunction.validate
(LootTableReporter reporter) void
LootPool.validate
(LootTableReporter reporter) void
LootTable.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoid
AlternativeLootCondition.validate
(LootTableReporter reporter) void
InvertedLootCondition.validate
(LootTableReporter reporter) void
ReferenceLootCondition.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.context
Methods in net.minecraft.loot.context with parameters of type LootTableReporterModifier and TypeMethodDescriptiondefault void
LootContextAware.validate
(LootTableReporter reporter) void
LootContextType.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 TypeMethodDescriptionvoid
AlternativeEntry.validate
(LootTableReporter reporter) void
CombinedEntry.validate
(LootTableReporter reporter) void
LeafEntry.validate
(LootTableReporter reporter) void
LootPoolEntry.validate
(LootTableReporter reporter) void
LootTableEntry.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type LootTableReporterModifier and TypeMethodDescriptionvoid
ConditionalLootFunction.validate
(LootTableReporter reporter) void
SetContentsLootFunction.validate
(LootTableReporter reporter) void
SetLootTableLootFunction.validate
(LootTableReporter reporter)