Uses of Interface
net.minecraft.core.HolderGetter
Packages that use HolderGetter
Package
Description
Classes for NeoForge's own data generation.
-
Uses of HolderGetter in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic EntityEquipmentPredicateEntityEquipmentPredicate.captainPredicate(HolderGetter<Item> itemRegistry, HolderGetter<BannerPattern> patternRegistry) KilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> itemRegistry, EntityPredicate.Builder... victims) KilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> itemRegistry, MinMaxBounds.Ints uniqueEntityTypes) BlockPredicate.Builder.of(HolderGetter<Block> blockRegistry, Collection<Block> blocks) BlockPredicate.Builder.of(HolderGetter<Block> blockRegistry, TagKey<Block> blockTag) BlockPredicate.Builder.of(HolderGetter<Block> blockRegistry, Block... blocks) EntityPredicate.Builder.of(HolderGetter<EntityType<?>> entityTypeRegistry, TagKey<EntityType<?>> entityTypeTag) EntityPredicate.Builder.of(HolderGetter<EntityType<?>> entityTypeRegistry, EntityType<?> entityType) static EntityTypePredicateEntityTypePredicate.of(HolderGetter<EntityType<?>> entityTypeRegistry, TagKey<EntityType<?>> entityTypeTag) static EntityTypePredicateEntityTypePredicate.of(HolderGetter<EntityType<?>> entityTypeRegistry, EntityType<?> entityType) ItemPredicate.Builder.of(HolderGetter<Item> itemRegistry, TagKey<Item> tag) ItemPredicate.Builder.of(HolderGetter<Item> itemRegistry, ItemLike... items) ShotCrossbowTrigger.TriggerInstance.shotCrossbow(HolderGetter<Item> itemRegistry, ItemLike item) ConsumeItemTrigger.TriggerInstance.usedItem(HolderGetter<Item> itemRegistry, ItemLike item) UsedTotemTrigger.TriggerInstance.usedTotem(HolderGetter<Item> itemRegistry, ItemLike item) PlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(HolderGetter<Block> blockRegistry, HolderGetter<Item> itemRegistry, Block block, Item equipment) -
Uses of HolderGetter in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> blockGetter, HolderGetter<Biome> biomeGetter, HolderGetter<StructureSet> structureSetGetter, HolderGetter<PlacedFeature> placedFeatureGetter, String settings, FlatLevelGeneratorSettings layerGenerationSettings) private static FlatLayerInfoPresetFlatWorldScreen.getLayerInfoFromString(HolderGetter<Block> blockGetter, String layerInfo, int currentHeight) private static List<FlatLayerInfo> PresetFlatWorldScreen.getLayersInfoFromString(HolderGetter<Block> blockGetter, String layerInfo) -
Uses of HolderGetter in net.minecraft.core
Subinterfaces of HolderGetter in net.minecraft.coreModifier and TypeInterfaceDescriptioninterfaceinterfaceHolderLookup<T>static interfacestatic interfaceinterfaceRegistry<T>interfaceClasses in net.minecraft.core that implement HolderGetterModifier and TypeClassDescriptionclassclass(package private) static class(package private) static class(package private) static class(package private) static classFields in net.minecraft.core with type parameters of type HolderGetterModifier and TypeFieldDescriptionprivate final Map<ResourceLocation, HolderGetter<?>> RegistrySetBuilder.BuildState.registriesThe field for theregistriesrecord component.Methods in net.minecraft.core that return HolderGetterModifier and TypeMethodDescriptionMappedRegistry.createRegistrationLookup()WritableRegistry.createRegistrationLookup()default <T> HolderGetter<T> HolderGetter.Provider.lookupOrThrow(ResourceKey<? extends Registry<? extends T>> registryKey) (package private) static <T> HolderGetter<T> RegistrySetBuilder.wrapContextLookup(HolderLookup.RegistryLookup<T> owner) Methods in net.minecraft.core that return types with arguments of type HolderGetterModifier and TypeMethodDescription<T> Optional<? extends HolderGetter<T>> HolderGetter.Provider.lookup(ResourceKey<? extends Registry<? extends T>> registryKey) RegistrySetBuilder.BuildState.registries()Returns the value of theregistriesrecord component.Constructor parameters in net.minecraft.core with type arguments of type HolderGetterModifierConstructorDescription(package private)BuildState(RegistrySetBuilder.UniversalOwner owner, RegistrySetBuilder.UniversalLookup lookup, Map<ResourceLocation, HolderGetter<?>> registries, Map<ResourceKey<?>, RegistrySetBuilder.RegisteredValue<?>> registeredValues, List<RuntimeException> errors) Creates an instance of aBuildStaterecord class. -
Uses of HolderGetter in net.minecraft.core.registries
Methods in net.minecraft.core.registries that return HolderGetterModifier and TypeMethodDescriptionstatic <T> HolderGetter<T> BuiltInRegistries.acquireBootstrapRegistrationLookup(Registry<T> registry) -
Uses of HolderGetter in net.minecraft.data.advancements.packs
Methods in net.minecraft.data.advancements.packs with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static Advancement.BuilderVanillaHusbandryAdvancements.addBreedable(Advancement.Builder builder, Stream<EntityType<?>> breedableAnimals, HolderGetter<EntityType<?>> entityTypeRegistry, Stream<EntityType<?>> indirectlyBreedableAnimals) private static Advancement.BuilderVanillaHusbandryAdvancements.addFish(Advancement.Builder builder, HolderGetter<Item> itemRegistry) private static Advancement.BuilderVanillaHusbandryAdvancements.addFishBuckets(Advancement.Builder builder, HolderGetter<Item> itemRegistry) private static Advancement.BuilderVanillaHusbandryAdvancements.addFood(Advancement.Builder builder, HolderGetter<Item> food) private static Advancement.BuilderVanillaHusbandryAdvancements.addLeashedFrogVariants(HolderGetter<EntityType<?>> entityTypeRegistry, HolderGetter<Item> itemRegistry, HolderLookup<FrogVariant> frogVariants, Advancement.Builder builder) private static Advancement.BuilderVanillaAdventureAdvancements.addMobsToKill(Advancement.Builder builder, HolderGetter<EntityType<?>> entityTypeRegistry, List<EntityType<?>> mobsToKill) static AdvancementHolderVanillaHusbandryAdvancements.createBreedAllAnimalsAdvancement(AdvancementHolder parent, Consumer<AdvancementHolder> writer, HolderGetter<EntityType<?>> entityTypeRegistry, Stream<EntityType<?>> breedableAnimals, Stream<EntityType<?>> indirectlyBreedableAnimals) static AdvancementHolderVanillaAdventureAdvancements.createMonsterHunterAdvancement(AdvancementHolder parent, Consumer<AdvancementHolder> output, HolderGetter<EntityType<?>> entityTypeRegistry, List<EntityType<?>> typesRequired) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockReadByComparator(HolderGetter<Block> blockRegistry, Block block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedComparatorReadingBlock(HolderGetter<Block> blockRegistry, Block block) private static Advancement.BuilderVanillaAdventureAdvancements.respectingTheRemnantsCriterions(HolderGetter<Item> itemRegistry, Advancement.Builder builder) -
Uses of HolderGetter in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type HolderGetterModifier and TypeMethodDescriptionprotected LootItemCondition.BuilderEntityLootSubProvider.killedByFrog(HolderGetter<EntityType<?>> entityTypeRegistry) protected LootItemCondition.BuilderEntityLootSubProvider.killedByFrogVariant(HolderGetter<EntityType<?>> entityTypeRegistry, HolderGetter<FrogVariant> variantRegistry, ResourceKey<FrogVariant> variantKey) -
Uses of HolderGetter in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Item> RecipeProvider.itemsprivate final HolderGetter<Item> ShapedRecipeBuilder.itemsprivate final HolderGetter<Item> ShapelessRecipeBuilder.itemsMethods in net.minecraft.data.recipes with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> p_365019_, RecipeCategory p_251325_, ItemStack result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemStack result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) Constructors in net.minecraft.data.recipes with parameters of type HolderGetterModifierConstructorDescriptionprivateShapedRecipeBuilder(HolderGetter<Item> p_365072_, RecipeCategory p_249996_, ItemStack result) privateShapedRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) privateShapelessRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemStack result) -
Uses of HolderGetter in net.minecraft.data.registries
Methods in net.minecraft.data.registries with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic voidVanillaRegistries.validateThatAllBiomeFeaturesHaveBiomeFilter(HolderGetter<PlacedFeature> features, HolderLookup<Biome> biomes) -
Uses of HolderGetter in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen that return HolderGetterModifier and TypeMethodDescription<S> HolderGetter<S> BootstrapContext.lookup(ResourceKey<? extends Registry<? extends S>> registryKey) -
Uses of HolderGetter in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic BiomeOverworldBiomes.badlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean trees) static BiomeOverworldBiomes.bambooJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeNetherBiomes.basaltDeltas(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) private static BiomeOverworldBiomes.baseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, float downfall, boolean isBambooJungle, boolean isSparse, boolean addBamboo, MobSpawnSettings.Builder mobSpawnSettings, Music backgroudMusic) private static BiomeGenerationSettings.BuilderOverworldBiomes.baseOceanGeneration(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.beach(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isCold, boolean isStony) static BiomeOverworldBiomes.coldOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isDeep) static BiomeNetherBiomes.crimsonForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.darkForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isPaleGarden) static BiomeOverworldBiomes.deepDark(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.desert(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.dripstoneCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeEndBiomes.endBarrens(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeEndBiomes.endHighlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeEndBiomes.endMidlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.forest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isBirchForest, boolean tallBirchTrees, boolean isFlowerForest) static BiomeOverworldBiomes.frozenOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isDeep) static BiomeOverworldBiomes.frozenPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.grove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.jaggedPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.jungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.lukeWarmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isDeep) static BiomeOverworldBiomes.lushCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.mangroveSwamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.meadowOrCherryGrove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isCherryGrove) static BiomeOverworldBiomes.mushroomFields(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeNetherBiomes.netherWastes(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.ocean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isDeep) static BiomeOverworldBiomes.oldGrowthTaiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isSpruce) static BiomeOverworldBiomes.plains(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isSunflowerPlains, boolean isCold, boolean isIceSpikes) static BiomeOverworldBiomes.river(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isCold) static BiomeOverworldBiomes.savanna(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isShatteredSavanna, boolean isPlateau) static BiomeEndBiomes.smallEndIslands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.snowySlopes(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeNetherBiomes.soulSandValley(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.sparseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.stonyPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.swamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.taiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isCold) static BiomeEndBiomes.theEnd(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.theVoid(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.warmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeNetherBiomes.warpedForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) static BiomeOverworldBiomes.windsweptHills(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers, boolean isForest) -
Uses of HolderGetter in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic BlockStateNbtUtils.readBlockState(HolderGetter<Block> blockGetter, CompoundTag tag) -
Uses of HolderGetter in net.minecraft.resources
Fields in net.minecraft.resources declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<T> RegistryOps.RegistryInfo.getterThe field for thegetterrecord component.Methods in net.minecraft.resources that return HolderGetterModifier and TypeMethodDescriptionRegistryOps.RegistryInfo.getter()Returns the value of thegetterrecord component.Methods in net.minecraft.resources that return types with arguments of type HolderGetterModifier and TypeMethodDescription<E> Optional<HolderGetter<E>> RegistryOps.getter(ResourceKey<? extends Registry<? extends E>> registryKey) static <E,O> com.mojang.serialization.codecs.RecordCodecBuilder <O, HolderGetter<E>> RegistryOps.retrieveGetter(ResourceKey<? extends Registry<? extends E>> registryOps) Methods in net.minecraft.resources with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static <E> com.mojang.serialization.DataResult<HolderSet<E>> HolderSetCodec.lookupTag(HolderGetter<E> input, TagKey<E> tagKey) Constructors in net.minecraft.resources with parameters of type HolderGetterModifierConstructorDescriptionRegistryInfo(HolderOwner<T> owner, HolderGetter<T> getter, com.mojang.serialization.Lifecycle elementsLifecycle) Creates an instance of aRegistryInforecord class. -
Uses of HolderGetter in net.minecraft.util
Classes in net.minecraft.util that implement HolderGetterModifier and TypeClassDescription(package private) classMethods in net.minecraft.util that return HolderGetterModifier and TypeMethodDescription<T> HolderGetter<T> PlaceholderLookupProvider.UniversalLookup.castAsLookup()Methods in net.minecraft.util that return types with arguments of type HolderGetterModifier and TypeMethodDescription<T> Optional<? extends HolderGetter<T>> PlaceholderLookupProvider.lookup(ResourceKey<? extends Registry<? extends T>> p_399488_) -
Uses of HolderGetter in net.minecraft.world.entity.raid
Methods in net.minecraft.world.entity.raid with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic ItemStackRaid.getOminousBannerInstance(HolderGetter<BannerPattern> patternRegistry) -
Uses of HolderGetter in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<BannerPattern> LoomMenu.patternGetter -
Uses of HolderGetter in net.minecraft.world.item.equipment
Methods in net.minecraft.world.item.equipment with parameters of type HolderGetterModifier and TypeMethodDescriptionHolderSet<EntityType<?>> AllowedEntitiesProvider.get(HolderGetter<EntityType<?>> entityTypeRegistry) -
Uses of HolderGetter in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<PlacedFeature> BiomeGenerationSettings.Builder.placedFeaturesprivate final HolderGetter<ConfiguredWorldCarver<?>> BiomeGenerationSettings.Builder.worldCarversMethods in net.minecraft.world.level.biome with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic TheEndBiomeSourceTheEndBiomeSource.create(HolderGetter<Biome> biomeGetter) Constructors in net.minecraft.world.level.biome with parameters of type HolderGetterModifierConstructorDescriptionBuilder(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<ConfiguredWorldCarver<?>> worldCarvers) MultiNoiseBiomeSourceParameterList(MultiNoiseBiomeSourceParameterList.Preset preset, HolderGetter<Biome> biomes) -
Uses of HolderGetter in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type HolderGetterModifier and TypeMethodDescriptionBannerPatternLayers.Builder.addIfRegistered(HolderGetter<BannerPattern> patterns, ResourceKey<BannerPattern> patternKey, DyeColor color) Deprecated. -
Uses of HolderGetter in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<NormalNoise.NoiseParameters> RandomState.noisesMethods in net.minecraft.world.level.levelgen with parameters of type HolderGetterModifier and TypeMethodDescriptionprotected static NoiseRouterNoiseRouterData.caves(HolderGetter<DensityFunction> densityFunctions, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) static RandomStateRandomState.create(NoiseGeneratorSettings settings, HolderGetter<NormalNoise.NoiseParameters> noiseParametersGetter, long levelSeed) protected static NoiseRouterNoiseRouterData.end(HolderGetter<DensityFunction> densityFunctions) private static DensityFunctionNoiseRouterData.entrances(HolderGetter<DensityFunction> densityFunctionRegistry, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) protected static NoiseRouterNoiseRouterData.floatingIslands(HolderGetter<DensityFunction> densityFunction, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) private static DensityFunctionNoiseRouterData.getFunction(HolderGetter<DensityFunction> densityFunctionRegistry, ResourceKey<DensityFunction> key) static NormalNoiseNoises.instantiate(HolderGetter<NormalNoise.NoiseParameters> noises, PositionalRandomFactory random, ResourceKey<NormalNoise.NoiseParameters> resourceKey) protected static NoiseRouterNoiseRouterData.nether(HolderGetter<DensityFunction> densityFunctions, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) private static NoiseRouterNoiseRouterData.noNewCaves(HolderGetter<DensityFunction> densityFunctions, HolderGetter<NormalNoise.NoiseParameters> noiseParameters, DensityFunction postProccessor) private static DensityFunctionNoiseRouterData.noodle(HolderGetter<DensityFunction> densityFunctions, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) protected static NoiseRouterNoiseRouterData.overworld(HolderGetter<DensityFunction> densityFunctionRegistry, HolderGetter<NormalNoise.NoiseParameters> noiseParameters, boolean large, boolean amplified) private static DensityFunctionNoiseRouterData.pillars(HolderGetter<NormalNoise.NoiseParameters> noiseParameters) private static voidNoiseRouterData.registerTerrainNoises(BootstrapContext<DensityFunction> context, HolderGetter<DensityFunction> densityFunctionRegistry, DensityFunction jaggedNoise, Holder<DensityFunction> continentalness, Holder<DensityFunction> erosion, ResourceKey<DensityFunction> offsetKey, ResourceKey<DensityFunction> factorKey, ResourceKey<DensityFunction> jaggednessKey, ResourceKey<DensityFunction> depthKey, ResourceKey<DensityFunction> slopedCheeseKey, boolean amplified) private static DensityFunctionNoiseRouterData.slideNetherLike(HolderGetter<DensityFunction> densityFunctions, int minY, int height) private static DensityFunctionNoiseRouterData.spaghetti2D(HolderGetter<DensityFunction> densityFunctionRegistry, HolderGetter<NormalNoise.NoiseParameters> noiseParameters) private static DensityFunctionNoiseRouterData.spaghettiRoughnessFunction(HolderGetter<NormalNoise.NoiseParameters> noiseParameters) private static DensityFunctionNoiseRouterData.underground(HolderGetter<DensityFunction> densityFunctionRegistry, HolderGetter<NormalNoise.NoiseParameters> noiseParameters, DensityFunction slopedCheese) Constructors in net.minecraft.world.level.levelgen with parameters of type HolderGetterModifierConstructorDescriptionprivateRandomState(NoiseGeneratorSettings settings, HolderGetter<NormalNoise.NoiseParameters> noiseParametersGetter, long levelSeed) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.flat
Methods in net.minecraft.world.level.levelgen.flat with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic List<Holder<PlacedFeature>> FlatLevelGeneratorSettings.createLakesList(HolderGetter<PlacedFeature> placedFeatureGetter) static FlatLevelGeneratorSettingsFlatLevelGeneratorSettings.getDefault(HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSetGetter, HolderGetter<PlacedFeature> placedFeatureGetter) FlatLevelGeneratorSettings.getDefaultBiome(HolderGetter<Biome> biomes) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Biome> WorldPresets.Bootstrap.biomesprivate final HolderGetter<MultiNoiseBiomeSourceParameterList> WorldPresets.Bootstrap.multiNoiseBiomeSourceParameterListsprivate final HolderGetter<NoiseGeneratorSettings> WorldPresets.Bootstrap.noiseSettingsprivate final HolderGetter<PlacedFeature> WorldPresets.Bootstrap.placedFeaturesprivate final HolderGetter<StructureSet> WorldPresets.Bootstrap.structureSets -
Uses of HolderGetter in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Block> StructureTemplateManager.blockLookupMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type HolderGetterModifier and TypeMethodDescriptionvoidStructureTemplate.load(HolderGetter<Block> blockGetter, CompoundTag tag) private voidStructureTemplate.loadPalette(HolderGetter<Block> blockGetter, ListTag paletteTag, ListTag blocksTag) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type HolderGetterModifierConstructorDescriptionStructureTemplateManager(ResourceManager resourceManager, LevelStorageSource.LevelStorageAccess levelStorageAccess, com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
Uses of HolderGetter in net.neoforged.neoforge.common.data.internal
Fields in net.neoforged.neoforge.common.data.internal declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Item> NeoForgeRecipeProvider.InterceptingRecipeOutput.itemsConstructors in net.neoforged.neoforge.common.data.internal with parameters of type HolderGetterModifierConstructorDescriptionprivateInterceptingRecipeOutput(HolderGetter<Item> items, RecipeOutput output) -
Uses of HolderGetter in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement HolderGetter