Uses of Interface
net.minecraft.registry.RegistryEntryLookup.RegistryLookup
Packages that use RegistryEntryLookup.RegistryLookup
Package
Description
The base package for all Minecraft classes.
-
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft
Methods in net.minecraft that return RegistryEntryLookup.RegistryLookup -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.advancement
Methods in net.minecraft.advancement with parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup registryLookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.loot
Fields in net.minecraft.loot declared as RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookup
LootTableReporter.dataLookup
Methods in net.minecraft.loot that return RegistryEntryLookup.RegistryLookupConstructors in net.minecraft.loot with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescriptionLootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, RegistryEntryLookup.RegistryLookup registryLookup) private
LootTableReporter
(ErrorReporter errorReporter, LootContextType contextType, RegistryEntryLookup.RegistryLookup registryLookup, Set<RegistryKey<?>> referenceStack) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookup
LootContext.dataLookup
Methods in net.minecraft.loot.context that return RegistryEntryLookup.RegistryLookupConstructors in net.minecraft.loot.context with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescription(package private)
LootContext
(LootContextParameterSet parameters, Random random, RegistryEntryLookup.RegistryLookup registryLookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookup
LootContextPredicateValidator.conditionsLookup
Constructors in net.minecraft.predicate.entity with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup registryLookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryEntryLookup.RegistryLookup -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.world.gen.noise
Methods in net.minecraft.world.gen.noise with parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeMethodDescriptionstatic NoiseConfig
NoiseConfig.create
(RegistryEntryLookup.RegistryLookup registryLookup, RegistryKey<ChunkGeneratorSettings> chunkGeneratorSettingsKey, long legacyWorldSeed)