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 TypeMethodDescriptionvoidAdvancement.validate(class_8942 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(class_8942 class_8942, LootContextType lootContextType, LootDataLookup lootDataLookup) privateLootTableReporter(class_8942 class_8942, LootContextType lootContextType, LootDataLookup lootDataLookup, Set<LootDataKey<?>> set) -
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 LootDataLookupLootContextPredicateValidator.conditionsLookupConstructors in net.minecraft.predicate.entity with parameters of type LootDataLookupModifierConstructorDescriptionLootContextPredicateValidator(class_8942 errorReporter, LootDataLookup conditionsLookup)