Uses of Interface
net.minecraft.loot.LootDataLookup
Package
Description
-
Uses of LootDataLookup in net.minecraft.advancement
Modifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, LootDataLookup conditionsLookup) -
Uses of LootDataLookup in net.minecraft.loot
ModifierConstructorDescriptionLootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, LootDataLookup dataLookup) private
LootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, LootDataLookup dataLookup, Set<LootDataKey<?>> referenceStack) -
Uses of LootDataLookup in net.minecraft.loot.context
ModifierConstructorDescription(package private)
LootContext
(LootContextParameterSet parameters, Random random, LootDataLookup dataLookup) -
Uses of LootDataLookup in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final LootDataLookup
LootContextPredicateValidator.conditionsLookup
ModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, LootDataLookup conditionsLookup)