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> context) -
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> context) static voidAncientCityStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionBridgePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionHoglinStablePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionHousingUnitsPools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionPieces.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionSharedPools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidBastionTreasureRoomPools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidCarvers.bootstrap(BootstrapContext<ConfiguredWorldCarver<?>> context) static voidDesertVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidDimensionTypes.bootstrap(BootstrapContext<DimensionType> context) static voidNoiseData.bootstrap(BootstrapContext<NormalNoise.NoiseParameters> context) static voidPillagerOutpostPools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidPlainVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidPools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidProcessorLists.bootstrap(BootstrapContext<StructureProcessorList> context) static voidSavannaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidSnowyVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidStructures.bootstrap(BootstrapContext<Structure> context) static voidStructureSets.bootstrap(BootstrapContext<StructureSet> context) static voidTaigaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidTrailRuinsStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidTrialChambersStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> context) static voidVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> context) private static voidNoiseData.register(BootstrapContext<NormalNoise.NoiseParameters> context, ResourceKey<NormalNoise.NoiseParameters> key, int firstOctave, double amplitude, double... otherAmplitudes) static voidPools.register(BootstrapContext<StructureTemplatePool> context, String name, StructureTemplatePool pool) private static voidProcessorLists.register(BootstrapContext<StructureProcessorList> context, ResourceKey<StructureProcessorList> key, List<StructureProcessor> processors) private static voidNoiseData.registerBiomeNoises(BootstrapContext<NormalNoise.NoiseParameters> context, int firstOctave, ResourceKey<NormalNoise.NoiseParameters> temperature, ResourceKey<NormalNoise.NoiseParameters> vegetation, ResourceKey<NormalNoise.NoiseParameters> continentalness, ResourceKey<NormalNoise.NoiseParameters> erosion) -
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> context) -
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<?, ?>> context) static voidCaveFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidEndFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidFeatureUtils.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidMiscOverworldFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidNetherFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidOreFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidPileFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidTreeFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static voidVegetationFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> context) static <FC extends FeatureConfiguration,F extends Feature<FC>>
voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> context, ResourceKey<ConfiguredFeature<?, ?>> key, F feature, FC config) static voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> context, ResourceKey<ConfiguredFeature<?, ?>> key, Feature<NoneFeatureConfiguration> feature) -
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> context) static voidCavePlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidEndPlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidMiscOverworldPlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidNetherPlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidOrePlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidPlacementUtils.bootstrap(BootstrapContext<PlacedFeature> context) static voidTreePlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidVegetationPlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidVillagePlacements.bootstrap(BootstrapContext<PlacedFeature> context) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> context, ResourceKey<PlacedFeature> key, Holder<ConfiguredFeature<?, ?>> configuredFeature, List<PlacementModifier> placements) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> context, ResourceKey<PlacedFeature> key, Holder<ConfiguredFeature<?, ?>> configuredFeature, PlacementModifier... placements) -
Uses of BootstrapContext in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidGameTestEnvironments.bootstrap(BootstrapContext<TestEnvironmentDefinition> context) static voidGameTestInstances.bootstrap(BootstrapContext<GameTestInstance> context) -
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> context) -
Uses of BootstrapContext in net.minecraft.server.dialog
Methods in net.minecraft.server.dialog with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidDialogs.bootstrap(BootstrapContext<Dialog> context) -
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> context) -
Uses of BootstrapContext in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidCatVariants.bootstrap(BootstrapContext<CatVariant> context) static voidChickenVariants.bootstrap(BootstrapContext<ChickenVariant> context) static voidCowVariants.bootstrap(BootstrapContext<CowVariant> context) static voidPigVariants.bootstrap(BootstrapContext<PigVariant> context) private static voidCatVariants.register(BootstrapContext<CatVariant> context, ResourceKey<CatVariant> key, String name, SpawnPrioritySelectors spawnConditions) private static voidChickenVariants.register(BootstrapContext<ChickenVariant> context, ResourceKey<ChickenVariant> key, ChickenVariant.ModelType modelType, String name, TagKey<Biome> biomes) private static voidChickenVariants.register(BootstrapContext<ChickenVariant> context, ResourceKey<ChickenVariant> key, ChickenVariant.ModelType modelType, String name, SpawnPrioritySelectors spawnConditions) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, TagKey<Biome> biomes) private static voidCowVariants.register(BootstrapContext<CowVariant> context, ResourceKey<CowVariant> key, CowVariant.ModelType modelType, String assetId, SpawnPrioritySelectors spawnConditions) private static voidPigVariants.register(BootstrapContext<PigVariant> context, ResourceKey<PigVariant> key, PigVariant.ModelType modelType, String name, TagKey<Biome> biomes) private static voidPigVariants.register(BootstrapContext<PigVariant> context, ResourceKey<PigVariant> key, PigVariant.ModelType modelType, String name, SpawnPrioritySelectors spawnConditions) private static voidCatVariants.registerForAnyConditions(BootstrapContext<CatVariant> context, ResourceKey<CatVariant> key, String name) -
Uses of BootstrapContext in net.minecraft.world.entity.animal.frog
Methods in net.minecraft.world.entity.animal.frog with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidFrogVariants.bootstrap(BootstrapContext<FrogVariant> context) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> key, String name, TagKey<Biome> biome) private static voidFrogVariants.register(BootstrapContext<FrogVariant> context, ResourceKey<FrogVariant> key, String name, SpawnPrioritySelectors spawnConditions) -
Uses of BootstrapContext in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidWolfSoundVariants.bootstrap(BootstrapContext<WolfSoundVariant> context) static voidWolfVariants.bootstrap(BootstrapContext<WolfVariant> context) private static voidWolfSoundVariants.register(BootstrapContext<WolfSoundVariant> context, ResourceKey<WolfSoundVariant> key, WolfSoundVariants.SoundSet soundSet) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, ResourceKey<Biome> biome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, TagKey<Biome> biomes) private static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, SpawnPrioritySelectors spawnConditions) -
Uses of BootstrapContext in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidPaintingVariants.bootstrap(BootstrapContext<PaintingVariant> context) private static voidPaintingVariants.register(BootstrapContext<PaintingVariant> context, ResourceKey<PaintingVariant> key, int width, int height) private static voidPaintingVariants.register(BootstrapContext<PaintingVariant> context, ResourceKey<PaintingVariant> key, int width, int height, boolean hasAuthor) -
Uses of BootstrapContext in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidInstruments.bootstrap(BootstrapContext<Instrument> context) static voidJukeboxSongs.bootstrap(BootstrapContext<JukeboxSong> context) static voidInstruments.register(BootstrapContext<Instrument> context, ResourceKey<Instrument> key, Holder<SoundEvent> soundEvent, float useDuration, float range) private static voidJukeboxSongs.register(BootstrapContext<JukeboxSong> context, ResourceKey<JukeboxSong> key, Holder.Reference<SoundEvent> soundEvent, int lengthInSeconds, int comparatorOutput) -
Uses of BootstrapContext in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidEnchantments.bootstrap(BootstrapContext<Enchantment> context) private static voidEnchantments.register(BootstrapContext<Enchantment> context, ResourceKey<Enchantment> key, Enchantment.Builder builder) -
Uses of BootstrapContext in net.minecraft.world.item.enchantment.providers
Methods in net.minecraft.world.item.enchantment.providers with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidTradeRebalanceEnchantmentProviders.bootstrap(BootstrapContext<EnchantmentProvider> context) static voidVanillaEnchantmentProviders.bootstrap(BootstrapContext<EnchantmentProvider> context) -
Uses of BootstrapContext in net.minecraft.world.item.equipment.trim
Methods in net.minecraft.world.item.equipment.trim with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidTrimMaterials.bootstrap(BootstrapContext<TrimMaterial> context) static voidTrimPatterns.bootstrap(BootstrapContext<TrimPattern> context) private static voidTrimMaterials.register(BootstrapContext<TrimMaterial> context, ResourceKey<TrimMaterial> key, Style style, MaterialAssetGroup assets) static voidTrimPatterns.register(BootstrapContext<TrimPattern> context, ResourceKey<TrimPattern> key) -
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> context) -
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> context) static voidBannerPatterns.register(BootstrapContext<BannerPattern> context, ResourceKey<BannerPattern> resourceKey) -
Uses of BootstrapContext in net.minecraft.world.level.block.entity.trialspawner
Methods in net.minecraft.world.level.block.entity.trialspawner with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic voidTrialSpawnerConfigs.bootstrap(BootstrapContext<TrialSpawnerConfig> context) private static voidTrialSpawnerConfigs.register(BootstrapContext<TrialSpawnerConfig> context, TrialSpawnerConfigs.Keys keys, TrialSpawnerConfig normal, TrialSpawnerConfig ominous) -
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> context) static Holder<? extends DensityFunction> NoiseRouterData.bootstrap(BootstrapContext<DensityFunction> context) static NoiseGeneratorSettingsNoiseGeneratorSettings.caves(BootstrapContext<?> context) static NoiseGeneratorSettingsNoiseGeneratorSettings.end(BootstrapContext<?> context) static NoiseGeneratorSettingsNoiseGeneratorSettings.floatingIslands(BootstrapContext<?> context) static NoiseGeneratorSettingsNoiseGeneratorSettings.nether(BootstrapContext<?> context) static NoiseGeneratorSettingsNoiseGeneratorSettings.overworld(BootstrapContext<?> context, boolean large, boolean amplified) private static DensityFunctionNoiseRouterData.registerAndWrap(BootstrapContext<DensityFunction> context, ResourceKey<DensityFunction> key, DensityFunction value) 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) -
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> context) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifierConstructorDescription(package private) -
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> context) Constructors in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContext -
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> context, Holder<StructureTemplatePool> pool, List<PoolAliasBinding> poolAliasBindings)