Uses of Interface
net.minecraft.loot.LootDataLookup
Packages that use LootDataLookup
Package
Description
-
Uses of LootDataLookup in net.minecraft.advancement
Methods in net.minecraft.advancement with parameters of type LootDataLookupModifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, LootDataLookup conditionsLookup) -
Uses of LootDataLookup in net.minecraft.loot
Classes in net.minecraft.loot that implement LootDataLookupFields in net.minecraft.loot declared as LootDataLookupMethods in net.minecraft.loot that return LootDataLookupConstructors in net.minecraft.loot with parameters of type LootDataLookupModifierConstructorDescriptionLootTableReporter
(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
Fields in net.minecraft.loot.context declared as LootDataLookupMethods in net.minecraft.loot.context that return LootDataLookupConstructors in net.minecraft.loot.context with parameters of type LootDataLookupModifierConstructorDescription(package private)
LootContext
(LootContextParameterSet parameters, Random random, LootDataLookup dataLookup) -
Uses of LootDataLookup in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as LootDataLookupModifier and TypeFieldDescriptionprivate final LootDataLookup
LootContextPredicateValidator.conditionsLookup
Constructors in net.minecraft.predicate.entity with parameters of type LootDataLookupModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, LootDataLookup conditionsLookup)