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 LootTableReporter
LootTableReporter. makeChild(String name)
LootTableReporter
LootTableReporter. withCondition(String name, Identifier id)
LootTableReporter
LootTableReporter. withContextType(LootContextType contextType)
LootTableReporter
LootTableReporter. withTable(String name, Identifier id)
Methods in net.minecraft.loot with parameters of type LootTableReporter Modifier and Type Method Description static void
LootManager. validate(LootTableReporter reporter, Identifier id, LootTable table)
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 LootTableReporter Modifier and Type Method Description void
AlternativeLootCondition. validate(LootTableReporter reporter)
void
InvertedLootCondition. validate(LootTableReporter reporter)
void
LootConditionManager.AndCondition. 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 LootTableReporter Modifier and Type Method Description default 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 LootTableReporter Modifier and Type Method Description void
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 LootTableReporter Modifier and Type Method Description void
ConditionalLootFunction. validate(LootTableReporter reporter)
void
SetContentsLootFunction. validate(LootTableReporter reporter)
void
SetLootTableLootFunction. validate(LootTableReporter reporter)