Uses of Interface
net.minecraft.data.worldgen.BootstrapContext
Packages that use BootstrapContext
Package
Description
-
Uses of BootstrapContext in net.minecraft.core
Methods in net.minecraft.core that return BootstrapContextModifier and TypeMethodDescription<T> BootstrapContext<T> RegistrySetBuilder.BuildState.bootstrapContext()Methods in net.minecraft.core with parameters of type BootstrapContextModifier and TypeMethodDescriptionvoidRegistrySetBuilder.RegistryBootstrap.run(BootstrapContext<T> p_321765_) -
Uses of BootstrapContext in net.minecraft.data.tags
Methods in net.minecraft.data.tags with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidUpdateOneTwentyOneDamageTypes.bootstrap(BootstrapContext<DamageType> p_321858_) -
Uses of BootstrapContext in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidAncientCityStructurePieces.bootstrap(BootstrapContext<StructureTemplatePool> p_321506_) static voidAncientCityStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321621_) static voidBastionBridgePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321622_) static voidBastionHoglinStablePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321665_) static voidBastionHousingUnitsPools.bootstrap(BootstrapContext<StructureTemplatePool> p_321533_) static voidBastionPieces.bootstrap(BootstrapContext<StructureTemplatePool> p_321797_) static voidBastionSharedPools.bootstrap(BootstrapContext<StructureTemplatePool> p_321501_) static voidBastionTreasureRoomPools.bootstrap(BootstrapContext<StructureTemplatePool> p_321741_) static voidCarvers.bootstrap(BootstrapContext<ConfiguredWorldCarver<?>> p_321662_) static voidDesertVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321594_) static voidDimensionTypes.bootstrap(BootstrapContext<DimensionType> p_321848_) static voidNoiseData.bootstrap(BootstrapContext<NormalNoise.NoiseParameters> p_321859_) static voidPillagerOutpostPools.bootstrap(BootstrapContext<StructureTemplatePool> p_321813_) static voidPlainVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321538_) static voidPools.bootstrap(BootstrapContext<StructureTemplatePool> p_321867_) static voidProcessorLists.bootstrap(BootstrapContext<StructureProcessorList> p_321829_) static voidSavannaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321606_) static voidSnowyVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321804_) static voidStructures.bootstrap(BootstrapContext<Structure> p_321517_) static voidStructureSets.bootstrap(BootstrapContext<StructureSet> p_321852_) static voidTaigaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321812_) static voidTrailRuinsStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321543_) static voidTrialChambersStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321754_) static voidUpdateOneTwentyOnePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321564_) static voidUpdateOneTwentyOneProcessorLists.bootstrap(BootstrapContext<StructureProcessorList> p_321593_) static voidUpdateOneTwentyOneStructures.bootstrap(BootstrapContext<Structure> p_321598_) static voidUpdateOneTwentyOneStructureSets.bootstrap(BootstrapContext<StructureSet> p_321825_) static voidVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> p_321519_) private static voidNoiseData.register(BootstrapContext<NormalNoise.NoiseParameters> p_321534_, ResourceKey<NormalNoise.NoiseParameters> p_255970_, int p_256539_, double p_256566_, double... p_255998_) static voidPools.register(BootstrapContext<StructureTemplatePool> p_321699_, String p_255837_, StructureTemplatePool p_256161_) private static voidProcessorLists.register(BootstrapContext<StructureProcessorList> p_321548_, ResourceKey<StructureProcessorList> p_256192_, List<StructureProcessor> p_255805_) static voidUpdateOneTwentyOnePools.register(BootstrapContext<StructureTemplatePool> p_321681_, String p_312542_, StructureTemplatePool p_312302_) private static voidUpdateOneTwentyOneProcessorLists.register(BootstrapContext<StructureProcessorList> p_321520_, ResourceKey<StructureProcessorList> p_311901_, List<StructureProcessor> p_312918_) private static voidNoiseData.registerBiomeNoises(BootstrapContext<NormalNoise.NoiseParameters> p_321841_, int p_236479_, ResourceKey<NormalNoise.NoiseParameters> p_236480_, ResourceKey<NormalNoise.NoiseParameters> p_236481_, ResourceKey<NormalNoise.NoiseParameters> p_236482_, ResourceKey<NormalNoise.NoiseParameters> p_236483_) -
Uses of BootstrapContext in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidBiomeData.bootstrap(BootstrapContext<Biome> p_321862_) static voidUpdateOneTwentyOneBiomeData.bootstrap(BootstrapContext<Biome> p_341977_) -
Uses of BootstrapContext in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidAquaticFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321774_) static voidCaveFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321609_) static voidEndFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321514_) static voidFeatureUtils.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321722_) static voidMiscOverworldFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321835_) static voidNetherFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321831_) static voidOreFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321573_) static voidPileFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321805_) static voidTreeFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321605_) static voidVegetationFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> p_321761_) static <FC extends FeatureConfiguration,F extends Feature<FC>>
voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> p_321618_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) static voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> p_321616_, ResourceKey<ConfiguredFeature<?, ?>> p_256555_, Feature<NoneFeatureConfiguration> p_255921_) -
Uses of BootstrapContext in net.minecraft.data.worldgen.placement
Methods in net.minecraft.data.worldgen.placement with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidAquaticPlacements.bootstrap(BootstrapContext<PlacedFeature> p_321710_) static voidCavePlacements.bootstrap(BootstrapContext<PlacedFeature> p_321491_) static voidEndPlacements.bootstrap(BootstrapContext<PlacedFeature> p_321711_) static voidMiscOverworldPlacements.bootstrap(BootstrapContext<PlacedFeature> p_321482_) static voidNetherPlacements.bootstrap(BootstrapContext<PlacedFeature> p_321634_) static voidOrePlacements.bootstrap(BootstrapContext<PlacedFeature> p_321719_) static voidPlacementUtils.bootstrap(BootstrapContext<PlacedFeature> p_321855_) static voidTreePlacements.bootstrap(BootstrapContext<PlacedFeature> p_321763_) static voidVegetationPlacements.bootstrap(BootstrapContext<PlacedFeature> p_321769_) static voidVillagePlacements.bootstrap(BootstrapContext<PlacedFeature> p_321555_) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> p_321821_, ResourceKey<PlacedFeature> p_256614_, Holder<ConfiguredFeature<?, ?>> p_255855_, List<PlacementModifier> p_321672_) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> p_321697_, ResourceKey<PlacedFeature> p_255820_, Holder<ConfiguredFeature<?, ?>> p_255813_, PlacementModifier... p_321659_) -
Uses of BootstrapContext in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidChatType.bootstrap(BootstrapContext<ChatType> p_321866_) -
Uses of BootstrapContext in net.minecraft.world.damagesource
Methods in net.minecraft.world.damagesource with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidDamageTypes.bootstrap(BootstrapContext<DamageType> p_321708_) -
Uses of BootstrapContext in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidWolfVariants.bootstrap(BootstrapContext<WolfVariant> p_332726_) (package private) static voidWolfVariants.register(BootstrapContext<WolfVariant> p_333853_, ResourceKey<WolfVariant> p_333874_, String p_333924_, HolderSet<Biome> p_333998_) (package private) static voidWolfVariants.register(BootstrapContext<WolfVariant> p_332703_, ResourceKey<WolfVariant> p_332747_, String p_332786_, ResourceKey<Biome> p_332693_) (package private) static voidWolfVariants.register(BootstrapContext<WolfVariant> p_333957_, ResourceKey<WolfVariant> p_334052_, String p_333903_, TagKey<Biome> p_333877_) -
Uses of BootstrapContext in net.minecraft.world.item.armortrim
Methods in net.minecraft.world.item.armortrim with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidTrimMaterials.bootstrap(BootstrapContext<TrimMaterial> p_321806_) static voidTrimPatterns.bootstrap(BootstrapContext<TrimPattern> p_321567_) static voidUpdateOneTwentyOneArmorTrims.bootstrap(BootstrapContext<TrimPattern> p_334028_) private static voidTrimMaterials.register(BootstrapContext<TrimMaterial> p_321637_, ResourceKey<TrimMaterial> p_268293_, Item p_268156_, Style p_268174_, float p_268274_) private static voidTrimMaterials.register(BootstrapContext<TrimMaterial> p_321693_, ResourceKey<TrimMaterial> p_268139_, Item p_268311_, Style p_268232_, float p_268197_, Map<Holder<ArmorMaterial>, String> p_268352_) static voidTrimPatterns.register(BootstrapContext<TrimPattern> p_321509_, Item p_267097_, ResourceKey<TrimPattern> p_267079_) -
Uses of BootstrapContext in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidMultiNoiseBiomeSourceParameterLists.bootstrap(BootstrapContext<MultiNoiseBiomeSourceParameterList> p_321503_) -
Uses of BootstrapContext in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidBannerPatterns.bootstrap(BootstrapContext<BannerPattern> p_332769_) static voidUpdateOneTwentyOneBannerPatterns.bootstrap(BootstrapContext<BannerPattern> p_333813_) static voidBannerPatterns.register(BootstrapContext<BannerPattern> p_332752_, ResourceKey<BannerPattern> p_331267_) -
Uses of BootstrapContext in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidNoiseGeneratorSettings.bootstrap(BootstrapContext<NoiseGeneratorSettings> p_321686_) static Holder<? extends DensityFunction> NoiseRouterData.bootstrap(BootstrapContext<DensityFunction> p_321740_) static NoiseGeneratorSettingsNoiseGeneratorSettings.caves(BootstrapContext<?> p_321694_) static NoiseGeneratorSettingsNoiseGeneratorSettings.end(BootstrapContext<?> p_321661_) static NoiseGeneratorSettingsNoiseGeneratorSettings.floatingIslands(BootstrapContext<?> p_321614_) static NoiseGeneratorSettingsNoiseGeneratorSettings.nether(BootstrapContext<?> p_321619_) static NoiseGeneratorSettingsNoiseGeneratorSettings.overworld(BootstrapContext<?> p_321795_, boolean p_256427_, boolean p_256318_) private static DensityFunctionNoiseRouterData.registerAndWrap(BootstrapContext<DensityFunction> p_321585_, ResourceKey<DensityFunction> p_255905_, DensityFunction p_255856_) private static voidNoiseRouterData.registerTerrainNoises(BootstrapContext<DensityFunction> p_321572_, HolderGetter<DensityFunction> p_256393_, DensityFunction p_224476_, Holder<DensityFunction> p_224477_, Holder<DensityFunction> p_224478_, ResourceKey<DensityFunction> p_224479_, ResourceKey<DensityFunction> p_224480_, ResourceKey<DensityFunction> p_224481_, ResourceKey<DensityFunction> p_224482_, ResourceKey<DensityFunction> p_224483_, boolean p_224484_) -
Uses of BootstrapContext in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat declared as BootstrapContextModifier and TypeFieldDescriptionprivate final BootstrapContext<FlatLevelGeneratorPreset> FlatLevelGeneratorPresets.Bootstrap.contextMethods in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidFlatLevelGeneratorPresets.bootstrap(BootstrapContext<FlatLevelGeneratorPreset> p_321798_) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifierConstructorDescription(package private)Bootstrap(BootstrapContext<FlatLevelGeneratorPreset> p_321787_) -
Uses of BootstrapContext in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets declared as BootstrapContextModifier and TypeFieldDescriptionprivate final BootstrapContext<WorldPreset> WorldPresets.Bootstrap.contextMethods in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidWorldPresets.bootstrap(BootstrapContext<WorldPreset> p_321750_) Constructors in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContextModifierConstructorDescription(package private)Bootstrap(BootstrapContext<WorldPreset> p_321480_) -
Uses of BootstrapContext in net.minecraft.world.level.levelgen.structure.pools.alias
Methods in net.minecraft.world.level.levelgen.structure.pools.alias with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidPoolAliasBindings.registerTargetsAsPools(BootstrapContext<StructureTemplatePool> p_321695_, Holder<StructureTemplatePool> p_312865_, List<PoolAliasBinding> p_311809_) -
Uses of BootstrapContext in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidDataGeneratorTest.levelStem(BootstrapContext<LevelStem> context) -
Uses of BootstrapContext in net.neoforged.neoforge.oldtest.client
Methods in net.neoforged.neoforge.oldtest.client with parameters of type BootstrapContextModifier and TypeMethodDescriptionprivate static WorldPresetCustomPresetEditorTest.CommonModEvents.makeWorldPreset(BootstrapContext<WorldPreset> context)