Uses of Interface
net.minecraft.registry.RegistryEntryLookup.RegistryLookup
Packages that use RegistryEntryLookup.RegistryLookup
Package
Description
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.advancementMethods in net.minecraft.advancement with parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeMethodDescriptionvoidAdvancement.validate(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup lookup) 
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.commandSubinterfaces of RegistryEntryLookup.RegistryLookup in net.minecraft.commandModifier and TypeInterfaceDescriptioninterfaceA class that createsRegistryWrapperwith ability to set a policy on how to handle unrecognized tags.
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.lootFields in net.minecraft.loot with type parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryLookup.RegistryLookup> LootTableReporter.dataLookupMethods in net.minecraft.loot that return RegistryEntryLookup.RegistryLookupConstructors in net.minecraft.loot with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescriptionLootTableReporter(ErrorReporter errorReporter, ContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup) Constructor parameters in net.minecraft.loot with type arguments of type RegistryEntryLookup.RegistryLookupModifierConstructorDescriptionprivateLootTableReporter(ErrorReporter errorReporter, ContextType contextType, Optional<RegistryEntryLookup.RegistryLookup> dataLookup, Set<RegistryKey<?>> referenceStack) 
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.loot.contextFields in net.minecraft.loot.context declared as RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookupLootContext.lookupMethods in net.minecraft.loot.context that return RegistryEntryLookup.RegistryLookupConstructors in net.minecraft.loot.context with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescription(package private)LootContext(LootWorldContext worldContext, Random random, RegistryEntryLookup.RegistryLookup lookup) 
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity declared as RegistryEntryLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookupLootContextPredicateValidator.conditionsLookupConstructors in net.minecraft.predicate.entity with parameters of type RegistryEntryLookup.RegistryLookupModifierConstructorDescriptionLootContextPredicateValidator(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup conditionsLookup) 
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.registrySubinterfaces of RegistryEntryLookup.RegistryLookup in net.minecraft.registryModifier and TypeInterfaceDescriptioninterfaceA manager of dynamic registries.static interfacestatic interfaceClasses in net.minecraft.registry that implement RegistryEntryLookup.RegistryLookupMethods in net.minecraft.registry that return RegistryEntryLookup.RegistryLookup
- 
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.world.gen.noiseMethods in net.minecraft.world.gen.noise with parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeMethodDescriptionstatic NoiseConfigNoiseConfig.create(RegistryEntryLookup.RegistryLookup registryLookup, RegistryKey<ChunkGeneratorSettings> chunkGeneratorSettingsKey, long legacyWorldSeed)