Uses of Class
net.minecraft.loot.LootTableReporter
Package
Description
-
Uses of LootTableReporter in net.minecraft.loot
Modifier and TypeMethodDescriptionLootTableReporter.makeChild
(String name, RegistryKey<?> key) LootTableReporter.withContextType
(LootContextType contextType) Modifier and TypeMethodDescriptionvoid
LootDataType.Validator.run
(LootTableReporter reporter, RegistryKey<T> key, T value) void
LootDataType.validate
(LootTableReporter reporter, RegistryKey<T> key, T value) void
LootPool.validate
(LootTableReporter reporter) void
LootTable.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.condition
Modifier and TypeMethodDescriptionvoid
AlternativeLootCondition.validate
(LootTableReporter reporter) void
InvertedLootCondition.validate
(LootTableReporter reporter) void
ReferenceLootCondition.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.loot.context
Modifier and TypeMethodDescriptiondefault void
LootContextAware.validate
(LootTableReporter reporter) void
LootContextType.validate
(LootTableReporter reporter, LootContextAware parameterConsumer) -
Uses of LootTableReporter in net.minecraft.loot.entry
Modifier 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
Modifier and TypeMethodDescriptionvoid
AndLootFunction.validate
(LootTableReporter reporter) void
ConditionalLootFunction.validate
(LootTableReporter reporter) void
FilteredLootFunction.validate
(LootTableReporter reporter) void
ModifyContentsLootFunction.validate
(LootTableReporter reporter) void
ReferenceLootFunction.validate
(LootTableReporter reporter) void
SetContentsLootFunction.validate
(LootTableReporter reporter) void
SetLootTableLootFunction.validate
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.predicate.entity
Modifier and TypeMethodDescriptionvoid
LootContextPredicate.validateConditions
(LootTableReporter reporter) -
Uses of LootTableReporter in net.minecraft.registry
Modifier and TypeMethodDescriptionprivate static <T> void
ReloadableRegistries.validateLootData
(LootTableReporter reporter, LootDataType<T> lootDataType, DynamicRegistryManager registryManager)