Uses of Interface
net.minecraft.registry.RegistryEntryLookup.RegistryLookup
Packages that use RegistryEntryLookup.RegistryLookup
Package
Description
-
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.advancement
Methods 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.command
Subinterfaces 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.loot
Fields 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.context
Fields 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.entity
Fields 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.registry
Subinterfaces of RegistryEntryLookup.RegistryLookup in net.minecraft.registryModifier and TypeInterfaceDescriptioninterfaceA manager of dynamic registries.static interfacestatic interfaceClasses in net.minecraft.registry that implement RegistryEntryLookup.RegistryLookupModifier and TypeClassDescriptionclassstatic classMethods in net.minecraft.registry that return RegistryEntryLookup.RegistryLookup -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.village
Methods in net.minecraft.village with parameters of type RegistryEntryLookup.RegistryLookupModifier and TypeMethodDescriptionVillagerData.withProfession(RegistryEntryLookup.RegistryLookup registries, RegistryKey<VillagerProfession> professionKey) VillagerData.withType(RegistryEntryLookup.RegistryLookup registries, RegistryKey<VillagerType> typeKey) -
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 NoiseConfigNoiseConfig.create(RegistryEntryLookup.RegistryLookup registryLookup, RegistryKey<ChunkGeneratorSettings> chunkGeneratorSettingsKey, long legacyWorldSeed)