Uses of Class
net.minecraft.loot.LootTableReporter
| Package | Description |
|---|---|
| net.minecraft.loot | |
| net.minecraft.loot.condition | |
| net.minecraft.loot.context | |
| net.minecraft.loot.entry | |
| net.minecraft.loot.function |
-
Uses of LootTableReporter in net.minecraft.loot
Methods in net.minecraft.loot that return LootTableReporter Modifier and Type Method Description LootTableReporterLootTableReporter. makeChild(String name)LootTableReporterLootTableReporter. withCondition(String name, Identifier id)LootTableReporterLootTableReporter. withContextType(LootContextType contextType)LootTableReporterLootTableReporter. withTable(String name, Identifier id)Methods in net.minecraft.loot with parameters of type LootTableReporter Modifier and Type Method Description static voidLootManager. validate(LootTableReporter reporter, Identifier id, LootTable table)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 LootTableReporter Modifier and Type Method Description voidAlternativeLootCondition. validate(LootTableReporter reporter)voidInvertedLootCondition. validate(LootTableReporter reporter)voidLootConditionManager.AndCondition. 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 LootTableReporter Modifier and Type Method Description default 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 LootTableReporter Modifier and Type Method Description voidAlternativeEntry. 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 LootTableReporter Modifier and Type Method Description voidConditionalLootFunction. validate(LootTableReporter reporter)voidSetContentsLootFunction. validate(LootTableReporter reporter)voidSetLootTableLootFunction. validate(LootTableReporter reporter)