Uses of Interface
net.minecraft.util.registry.RegistryEntryLookup
Packages that use RegistryEntryLookup
Package
Description
The Named Binary Tag (NBT) data format.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryEntryLookup in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionstatic FlatChunkGeneratorConfigPresetsScreen.parsePresetString(RegistryEntryLookup<Biome> registryEntryLookup, RegistryEntryLookup<StructureSet> registryEntryLookup2, RegistryEntryLookup<PlacedFeature> registryEntryLookup3, String string, FlatChunkGeneratorConfig flatChunkGeneratorConfig) -
Uses of RegistryEntryLookup in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionstatic BlockStateNbtHelper.toBlockState(RegistryEntryLookup<Block> blockRegistryWrapper, NbtCompound nbt) Returns the block state from thenbt. -
Uses of RegistryEntryLookup in net.minecraft.structure
Fields in net.minecraft.structure declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<Block>StructureTemplateManager.blockRegistryWrapperMethods in net.minecraft.structure with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionprivate voidStructureTemplate.loadPalettedBlockInfo(RegistryEntryLookup<Block> blockRegistryWrapper, NbtList palette, NbtList blocks) voidStructureTemplate.readNbt(RegistryEntryLookup<Block> blockRegistryWrapper, NbtCompound nbt) Constructors in net.minecraft.structure with parameters of type RegistryEntryLookupModifierConstructorDescriptionStructureTemplateManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, RegistryEntryLookup<Block> blockRegistryWrapper) -
Uses of RegistryEntryLookup in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<T>RegistryOps.RegistryInfo.entryLookupThe field for theentryLookuprecord component.Methods in net.minecraft.util.dynamic that return RegistryEntryLookupModifier and TypeMethodDescriptionRegistryOps.RegistryInfo.entryLookup()Returns the value of theentryLookuprecord component.Methods in net.minecraft.util.dynamic that return types with arguments of type RegistryEntryLookupModifier and TypeMethodDescription<E> Optional<RegistryEntryLookup<E>>RegistryOps.getEntryLookup(RegistryKey<? extends Registry<? extends E>> registryRef) static <E,O> com.mojang.serialization.codecs.RecordCodecBuilder<O, RegistryEntryLookup<E>> RegistryOps.getEntryLookupCodec(RegistryKey<? extends Registry<? extends E>> registryRef) Constructors in net.minecraft.util.dynamic with parameters of type RegistryEntryLookupModifierConstructorDescriptionRegistryInfo(RegistryEntryOwner<T> registryEntryOwner, RegistryEntryLookup<T> registryEntryLookup, com.mojang.serialization.Lifecycle lifecycle) -
Uses of RegistryEntryLookup in net.minecraft.util.registry
Subinterfaces of RegistryEntryLookup in net.minecraft.util.registryModifier and TypeInterfaceDescriptioninterfaceA read-only wrapper of a registry.static interfaceClasses in net.minecraft.util.registry that implement RegistryEntryLookupModifier and TypeClassDescriptionprivate static classprivate static classstatic classstatic classFields in net.minecraft.util.registry with type parameters of type RegistryEntryLookupModifier and TypeFieldDescriptionprivate final Map<Identifier,RegistryEntryLookup<?>> RegistryBuilder.Registries.registriesThe field for theregistriesrecord component.Methods in net.minecraft.util.registry that return RegistryEntryLookupModifier and TypeMethodDescriptionabstract RegistryEntryLookup<T>MutableRegistry.createMutableEntryLookup()SimpleRegistry.createMutableEntryLookup()default <T> RegistryEntryLookup<T>RegistryEntryLookup.RegistryLookup.getOrThrow(RegistryKey<? extends Registry<? extends T>> registryRef) <S> RegistryEntryLookup<S>Registerable.getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef) (package private) static <T> RegistryEntryLookup<T>RegistryBuilder.toLookup(RegistryWrapper.Impl<T> wrapper) Methods in net.minecraft.util.registry that return types with arguments of type RegistryEntryLookupModifier and TypeMethodDescription<T> Optional<RegistryEntryLookup<T>>RegistryEntryLookup.RegistryLookup.getOptional(RegistryKey<? extends Registry<? extends T>> registryRef) RegistryBuilder.Registries.registries()Returns the value of theregistriesrecord component.Constructor parameters in net.minecraft.util.registry with type arguments of type RegistryEntryLookupModifierConstructorDescriptionprivateRegistries(RegistryBuilder.AnyOwner anyOwner, RegistryBuilder.StandAloneEntryCreatingLookup standAloneEntryCreatingLookup, Map<Identifier, RegistryEntryLookup<?>> map, Map<RegistryKey<?>, RegistryBuilder.RegisteredValue<?>> map2, List<RuntimeException> list) -
Uses of RegistryEntryLookup in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<PlacedFeature>GenerationSettings.Builder.field_40894private final RegistryEntryLookup<ConfiguredCarver<?>>GenerationSettings.Builder.field_40895Methods in net.minecraft.world.biome with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionstatic BiomeOverworldBiomeCreator.createBadlands(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeTheNetherBiomeCreator.createBasaltDeltas(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createBeach(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool, boolean bool2) static BiomeOverworldBiomeCreator.createColdOcean(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeTheNetherBiomeCreator.createCrimsonForest(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createDarkForest(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createDeepDark(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createDesert(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createDripstoneCaves(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheEndBiomeCreator.createEndBarrens(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheEndBiomeCreator.createEndHighlands(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheEndBiomeCreator.createEndMidlands(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createFrozenOcean(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeOverworldBiomeCreator.createFrozenPeaks(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createGrove(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createJaggedPeaks(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createJungle(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) private static BiomeOverworldBiomeCreator.createJungleFeatures(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, float float2, boolean bool, boolean bool2, boolean bool3, SpawnSettings.Builder builder) static BiomeOverworldBiomeCreator.createLukewarmOcean(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeOverworldBiomeCreator.createLushCaves(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createMangroveSwamp(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createMeadow(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createMushroomFields(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheNetherBiomeCreator.createNetherWastes(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createNormalBambooJungle(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createNormalForest(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool, boolean bool2, boolean bool3) static BiomeOverworldBiomeCreator.createNormalOcean(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) private static GenerationSettings.BuilderOverworldBiomeCreator.createOceanGenerationSettings(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createOldGrowthTaiga(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeOverworldBiomeCreator.createPlains(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool, boolean bool2, boolean bool3) static BiomeOverworldBiomeCreator.createRiver(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeOverworldBiomeCreator.createSavanna(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool, boolean bool2) static BiomeTheEndBiomeCreator.createSmallEndIslands(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createSnowySlopes(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheNetherBiomeCreator.createSoulSandValley(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createSparseJungle(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createStonyPeaks(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createSwamp(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createTaiga(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) static BiomeTheEndBiomeCreator.createTheEnd(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createTheVoid(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createWarmOcean(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeTheNetherBiomeCreator.createWarpedForest(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) static BiomeOverworldBiomeCreator.createWindsweptHills(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2, boolean bool) Constructors in net.minecraft.world.biome with parameters of type RegistryEntryLookupModifierConstructorDescriptionBuilder(RegistryEntryLookup<PlacedFeature> registryEntryLookup, RegistryEntryLookup<ConfiguredCarver<?>> registryEntryLookup2) -
Uses of RegistryEntryLookup in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<Biome>MultiNoiseBiomeSource.Instance.biomeRegistryThe field for thebiomeRegistryrecord component.Fields in net.minecraft.world.biome.source with type parameters of type RegistryEntryLookupModifier and TypeFieldDescriptionprivate final Function<RegistryEntryLookup<Biome>,MultiNoiseUtil.Entries<RegistryEntry<Biome>>> MultiNoiseBiomeSource.Preset.biomeSourceFunctionMethods in net.minecraft.world.biome.source that return RegistryEntryLookupModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Instance.biomeRegistry()Returns the value of thebiomeRegistryrecord component.Methods in net.minecraft.world.biome.source with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Preset.getBiomeSource(RegistryEntryLookup<Biome> registryEntryLookup) MultiNoiseBiomeSource.Preset.getBiomeSource(RegistryEntryLookup<Biome> registryEntryLookup, boolean useInstance) static TheEndBiomeSourceTheEndBiomeSource.method_46680(RegistryEntryLookup<Biome> registryEntryLookup) MultiNoiseBiomeSource.Preset.stream(RegistryEntryLookup<Biome> registryEntryLookup) Constructors in net.minecraft.world.biome.source with parameters of type RegistryEntryLookupModifierConstructorDescription(package private)Instance(MultiNoiseBiomeSource.Preset preset, RegistryEntryLookup<Biome> registryEntryLookup) Constructor parameters in net.minecraft.world.biome.source with type arguments of type RegistryEntryLookupModifierConstructorDescriptionPreset(Identifier id, Function<RegistryEntryLookup<Biome>, MultiNoiseUtil.Entries<RegistryEntry<Biome>>> biomeSourceFunction) -
Uses of RegistryEntryLookup in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<Biome>WorldPresets.Registrar.biomeRegistryprivate final RegistryEntryLookup<ChunkGeneratorSettings>WorldPresets.Registrar.chunkGeneratorSettingsRegistryprivate final RegistryEntryLookup<PlacedFeature>WorldPresets.Registrar.field_40920private final RegistryEntryLookup<StructureSet>WorldPresets.Registrar.structureSetRegistry -
Uses of RegistryEntryLookup in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionstatic FlatChunkGeneratorConfigFlatChunkGeneratorConfig.getDefaultConfig(RegistryEntryLookup<Biome> registryEntryLookup, RegistryEntryLookup<StructureSet> registryEntryLookup2, RegistryEntryLookup<PlacedFeature> registryEntryLookup3) static RegistryEntry<Biome>FlatChunkGeneratorConfig.method_46726(RegistryEntryLookup<Biome> registryEntryLookup) static List<RegistryEntry<PlacedFeature>>FlatChunkGeneratorConfig.method_46729(RegistryEntryLookup<PlacedFeature> registryEntryLookup) -
Uses of RegistryEntryLookup in net.minecraft.world.gen.densityfunction
Methods in net.minecraft.world.gen.densityfunction with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionprivate static DensityFunctionDensityFunctions.applyCavesSlides(RegistryEntryLookup<DensityFunction> registryEntryLookup, int minY, int maxY) Applies the slides for the nether and the caves world type.private static DensityFunctionDensityFunctions.createCavePillarsOverworldFunction(RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup) private static DensityFunctionDensityFunctions.createCavesEntrancesOverworldFunction(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) private static DensityFunctionDensityFunctions.createCavesFunction(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2, DensityFunction densityFunction) protected static NoiseRouterDensityFunctions.createCavesNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) Creates theNoiseRouterfor the caves world type.private static DensityFunctionDensityFunctions.createCavesNoodleOverworldFunction(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) private static DensityFunctionDensityFunctions.createCavesSpaghetti2dOverworldFunction(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) private static DensityFunctionDensityFunctions.createCavesSpaghettiRoughnessOverworldFunction(RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup) protected static NoiseRouterDensityFunctions.createEndNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup) Creates theNoiseRouterfor The End.protected static NoiseRouterDensityFunctions.createFloatingIslandsNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) Creates theNoiseRouterfor the floating islands world type.private static NoiseRouterDensityFunctions.createMultiNoiseDependentNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2, DensityFunction densityFunction) protected static NoiseRouterDensityFunctions.createNetherNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2) Creates theNoiseRouterfor the nether.protected static NoiseRouterDensityFunctions.createSurfaceNoiseRouter(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup2, boolean bool, boolean bool2) Creates theNoiseRouterfor the overworld and the surface world type.private static DensityFunctionDensityFunctions.entryHolder(RegistryEntryLookup<DensityFunction> registryEntryLookup, RegistryKey<DensityFunction> key) private static voidDensityFunctions.registerSlopedCheeseFunction(Registerable<DensityFunction> registerable, RegistryEntryLookup<DensityFunction> registryEntryLookup, DensityFunction densityFunction, RegistryEntry<DensityFunction> registryEntry, RegistryEntry<DensityFunction> registryEntry2, RegistryKey<DensityFunction> registryKey, RegistryKey<DensityFunction> registryKey2, RegistryKey<DensityFunction> registryKey3, RegistryKey<DensityFunction> registryKey4, RegistryKey<DensityFunction> registryKey5, boolean bool) Creates and registers thesloped_cheesedensity function. -
Uses of RegistryEntryLookup in net.minecraft.world.gen.noise
Fields in net.minecraft.world.gen.noise declared as RegistryEntryLookupModifier and TypeFieldDescriptionprivate final RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters>NoiseConfig.noiseParametersRegistryMethods in net.minecraft.world.gen.noise with parameters of type RegistryEntryLookupModifier and TypeMethodDescriptionstatic NoiseConfigNoiseConfig.create(ChunkGeneratorSettings chunkGeneratorSettings, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup, long legacyWorldSeed) static DoublePerlinNoiseSamplerNoiseParametersKeys.createNoiseSampler(RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup, RandomSplitter randomSplitter, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> registryKey) Constructors in net.minecraft.world.gen.noise with parameters of type RegistryEntryLookupModifierConstructorDescriptionprivateNoiseConfig(ChunkGeneratorSettings chunkGeneratorSettings, RegistryEntryLookup<DoublePerlinNoiseSampler.NoiseParameters> registryEntryLookup, long seed)