Uses of Interface
net.minecraft.data.worldgen.BootstapContext
Packages that use BootstapContext
Package
Description
-
Uses of BootstapContext in net.minecraft.core
Methods in net.minecraft.core that return BootstapContextModifier and TypeMethodDescription<T> BootstapContext<T>RegistrySetBuilder.BuildState.bootstapContext()Methods in net.minecraft.core with parameters of type BootstapContextModifier and TypeMethodDescriptionvoidRegistrySetBuilder.RegistryBootstrap.run(BootstapContext<T> p_255783_) -
Uses of BootstapContext in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidAncientCityStructurePieces.bootstrap(BootstapContext<StructureTemplatePool> p_255893_) static voidAncientCityStructurePools.bootstrap(BootstapContext<StructureTemplatePool> p_255672_) static voidBastionBridgePools.bootstrap(BootstapContext<StructureTemplatePool> p_255816_) static voidBastionHoglinStablePools.bootstrap(BootstapContext<StructureTemplatePool> p_256582_) static voidBastionHousingUnitsPools.bootstrap(BootstapContext<StructureTemplatePool> p_256423_) static voidBastionPieces.bootstrap(BootstapContext<StructureTemplatePool> p_256429_) static voidBastionSharedPools.bootstrap(BootstapContext<StructureTemplatePool> p_255917_) static voidBastionTreasureRoomPools.bootstrap(BootstapContext<StructureTemplatePool> p_255689_) static voidCarvers.bootstrap(BootstapContext<ConfiguredWorldCarver<?>> p_255626_) static voidDesertVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_255787_) static voidDimensionTypes.bootstrap(BootstapContext<DimensionType> p_256376_) static voidNoiseData.bootstrap(BootstapContext<NormalNoise.NoiseParameters> p_256579_) static voidPillagerOutpostPools.bootstrap(BootstapContext<StructureTemplatePool> p_256545_) static voidPlainVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_256646_) static voidPools.bootstrap(BootstapContext<StructureTemplatePool> p_255897_) static voidProcessorLists.bootstrap(BootstapContext<StructureProcessorList> p_256523_) static voidSavannaVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_256198_) static voidSnowyVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_256549_) static voidStructures.bootstrap(BootstapContext<Structure> p_256072_) static voidStructureSets.bootstrap(BootstapContext<StructureSet> p_256148_) static voidTaigaVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_256442_) static voidVillagePools.bootstrap(BootstapContext<StructureTemplatePool> p_256339_) private static voidNoiseData.register(BootstapContext<NormalNoise.NoiseParameters> p_256150_, ResourceKey<NormalNoise.NoiseParameters> p_255970_, int p_256539_, double p_256566_, double... p_255998_) static voidPools.register(BootstapContext<StructureTemplatePool> p_255823_, String p_255837_, StructureTemplatePool p_256161_) private static voidProcessorLists.register(BootstapContext<StructureProcessorList> p_256641_, ResourceKey<StructureProcessorList> p_256192_, List<StructureProcessor> p_255805_) private static voidNoiseData.registerBiomeNoises(BootstapContext<NormalNoise.NoiseParameters> p_256503_, 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 BootstapContext in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome with parameters of type BootstapContext -
Uses of BootstapContext in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidAquaticFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256171_) static voidCaveFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256051_) static voidEndFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256286_) static voidFeatureUtils.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_255869_) static voidMiscOverworldFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256346_) static voidNetherFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256247_) static voidOreFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256319_) static voidPileFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256069_) static voidTreeFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256317_) static voidVegetationFeatures.bootstrap(BootstapContext<ConfiguredFeature<?, ?>> p_256132_) static <FC extends FeatureConfiguration,F extends Feature<FC>>
voidFeatureUtils.register(BootstapContext<ConfiguredFeature<?, ?>> p_256315_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) static voidFeatureUtils.register(BootstapContext<ConfiguredFeature<?, ?>> p_256637_, ResourceKey<ConfiguredFeature<?, ?>> p_256555_, Feature<NoneFeatureConfiguration> p_255921_) -
Uses of BootstapContext in net.minecraft.data.worldgen.placement
Methods in net.minecraft.data.worldgen.placement with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidAquaticPlacements.bootstrap(BootstapContext<PlacedFeature> p_256301_) static voidCavePlacements.bootstrap(BootstapContext<PlacedFeature> p_256565_) static voidEndPlacements.bootstrap(BootstapContext<PlacedFeature> p_255845_) static voidMiscOverworldPlacements.bootstrap(BootstapContext<PlacedFeature> p_255762_) static voidNetherPlacements.bootstrap(BootstapContext<PlacedFeature> p_256373_) static voidOrePlacements.bootstrap(BootstapContext<PlacedFeature> p_256238_) static voidPlacementUtils.bootstrap(BootstapContext<PlacedFeature> p_255779_) static voidTreePlacements.bootstrap(BootstapContext<PlacedFeature> p_255688_) static voidVegetationPlacements.bootstrap(BootstapContext<PlacedFeature> p_255657_) static voidVillagePlacements.bootstrap(BootstapContext<PlacedFeature> p_256300_) static voidPlacementUtils.register(BootstapContext<PlacedFeature> p_255872_, ResourceKey<PlacedFeature> p_255820_, Holder<ConfiguredFeature<?, ?>> p_255813_, List<PlacementModifier> p_256042_) static voidPlacementUtils.register(BootstapContext<PlacedFeature> p_256241_, ResourceKey<PlacedFeature> p_256614_, Holder<ConfiguredFeature<?, ?>> p_255855_, PlacementModifier... p_256413_) -
Uses of BootstapContext in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidChatType.bootstrap(BootstapContext<ChatType> p_256390_) -
Uses of BootstapContext in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidNoiseGeneratorSettings.bootstrap(BootstapContext<NoiseGeneratorSettings> p_256365_) static Holder<? extends DensityFunction>NoiseRouterData.bootstrap(BootstapContext<DensityFunction> p_256220_) static NoiseGeneratorSettingsNoiseGeneratorSettings.caves(BootstapContext<?> p_255690_) static NoiseGeneratorSettingsNoiseGeneratorSettings.end(BootstapContext<?> p_256478_) static NoiseGeneratorSettingsNoiseGeneratorSettings.floatingIslands(BootstapContext<?> p_255885_) static NoiseGeneratorSettingsNoiseGeneratorSettings.nether(BootstapContext<?> p_256180_) static NoiseGeneratorSettingsNoiseGeneratorSettings.overworld(BootstapContext<?> p_256460_, boolean p_256427_, boolean p_256318_) private static DensityFunctionNoiseRouterData.registerAndWrap(BootstapContext<DensityFunction> p_256149_, ResourceKey<DensityFunction> p_255905_, DensityFunction p_255856_) private static voidNoiseRouterData.registerTerrainNoises(BootstapContext<DensityFunction> p_256336_, 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 BootstapContext in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat declared as BootstapContextModifier and TypeFieldDescriptionprivate final BootstapContext<FlatLevelGeneratorPreset>FlatLevelGeneratorPresets.Bootstrap.contextMethods in net.minecraft.world.level.levelgen.flat with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidFlatLevelGeneratorPresets.bootstrap(BootstapContext<FlatLevelGeneratorPreset> p_256023_) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type BootstapContextModifierConstructorDescription(package private)Bootstrap(BootstapContext<FlatLevelGeneratorPreset> p_256120_) -
Uses of BootstapContext in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets declared as BootstapContextModifier and TypeFieldDescriptionprivate final BootstapContext<WorldPreset>WorldPresets.Bootstrap.contextMethods in net.minecraft.world.level.levelgen.presets with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidWorldPresets.bootstrap(BootstapContext<WorldPreset> p_256172_) Constructors in net.minecraft.world.level.levelgen.presets with parameters of type BootstapContextModifierConstructorDescription(package private)Bootstrap(BootstapContext<WorldPreset> p_256588_) -
Uses of BootstapContext in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type BootstapContextModifier and TypeMethodDescriptionstatic voidDataGeneratorTest.levelStem(BootstapContext<LevelStem> context)