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> pContext) -
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> pContext) static voidAncientCityStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionBridgePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionHoglinStablePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionHousingUnitsPools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionPieces.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionSharedPools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidBastionTreasureRoomPools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidCarvers.bootstrap(BootstrapContext<ConfiguredWorldCarver<?>> pContext) static voidDesertVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidDimensionTypes.bootstrap(BootstrapContext<DimensionType> pContext) static voidNoiseData.bootstrap(BootstrapContext<NormalNoise.NoiseParameters> pContext) static voidPillagerOutpostPools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidPlainVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidPools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidProcessorLists.bootstrap(BootstrapContext<StructureProcessorList> pContext) static voidSavannaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidSnowyVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidStructures.bootstrap(BootstrapContext<Structure> pContext) static voidStructureSets.bootstrap(BootstrapContext<StructureSet> pContext) static voidTaigaVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidTrailRuinsStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidTrialChambersStructurePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) static voidVillagePools.bootstrap(BootstrapContext<StructureTemplatePool> pContext) private static voidNoiseData.register(BootstrapContext<NormalNoise.NoiseParameters> pContext, ResourceKey<NormalNoise.NoiseParameters> pKey, int pFirstOctave, double pAmplitude, double... pOtherAmplitudes) static voidPools.register(BootstrapContext<StructureTemplatePool> pContext, String pName, StructureTemplatePool pPool) private static voidProcessorLists.register(BootstrapContext<StructureProcessorList> pContext, ResourceKey<StructureProcessorList> pKey, List<StructureProcessor> pProcessors) private static voidNoiseData.registerBiomeNoises(BootstrapContext<NormalNoise.NoiseParameters> pContext, int pFirstOctave, ResourceKey<NormalNoise.NoiseParameters> pTemperature, ResourceKey<NormalNoise.NoiseParameters> pVegetation, ResourceKey<NormalNoise.NoiseParameters> pContinentalness, ResourceKey<NormalNoise.NoiseParameters> pErosion) -
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> pContext) -
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<?, ?>> pContext) static voidCaveFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidEndFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidFeatureUtils.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidMiscOverworldFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidNetherFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidOreFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidPileFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidTreeFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static voidVegetationFeatures.bootstrap(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static <FC extends FeatureConfiguration,F extends Feature<FC>>
voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> pContext, ResourceKey<ConfiguredFeature<?, ?>> pKey, F pFeature, FC pConfig) static voidFeatureUtils.register(BootstrapContext<ConfiguredFeature<?, ?>> pContext, ResourceKey<ConfiguredFeature<?, ?>> pKey, Feature<NoneFeatureConfiguration> pFeature) -
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> pContext) static voidCavePlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidEndPlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidMiscOverworldPlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidNetherPlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidOrePlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidPlacementUtils.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidTreePlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidVegetationPlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidVillagePlacements.bootstrap(BootstrapContext<PlacedFeature> pContext) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> pContext, ResourceKey<PlacedFeature> pKey, Holder<ConfiguredFeature<?, ?>> pConfiguredFeature, List<PlacementModifier> pPlacements) static voidPlacementUtils.register(BootstrapContext<PlacedFeature> pContext, ResourceKey<PlacedFeature> pKey, Holder<ConfiguredFeature<?, ?>> pConfiguredFeature, PlacementModifier... pPlacements) -
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> pContext) static voidGameTestInstances.bootstrap(BootstrapContext<GameTestInstance> pContext) -
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> pContext) -
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> pContext) -
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> pContext) -
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> pContext) static voidChickenVariants.bootstrap(BootstrapContext<ChickenVariant> pContext) static voidCowVariants.bootstrap(BootstrapContext<CowVariant> pContext) static voidPigVariants.bootstrap(BootstrapContext<PigVariant> pContext) private static voidCatVariants.register(BootstrapContext<CatVariant> pContext, ResourceKey<CatVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions) private static voidChickenVariants.register(BootstrapContext<ChickenVariant> pContext, ResourceKey<ChickenVariant> pKey, ChickenVariant.ModelType pModelType, String pName, TagKey<Biome> pBiomes) private static voidChickenVariants.register(BootstrapContext<ChickenVariant> pContext, ResourceKey<ChickenVariant> pKey, ChickenVariant.ModelType pModelType, String pName, SpawnPrioritySelectors pSpawnConditions) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, TagKey<Biome> pBiomes) private static voidCowVariants.register(BootstrapContext<CowVariant> pContext, ResourceKey<CowVariant> pKey, CowVariant.ModelType pModelType, String pAssetId, SpawnPrioritySelectors pSpawnConditions) private static voidPigVariants.register(BootstrapContext<PigVariant> pContext, ResourceKey<PigVariant> pKey, PigVariant.ModelType pModelType, String pName, TagKey<Biome> pBiomes) private static voidPigVariants.register(BootstrapContext<PigVariant> pContext, ResourceKey<PigVariant> pKey, PigVariant.ModelType pModelType, String pName, SpawnPrioritySelectors pSpawnConditions) private static voidCatVariants.registerForAnyConditions(BootstrapContext<CatVariant> pContext, ResourceKey<CatVariant> pKey, String pName) -
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> pContext) private static voidFrogVariants.register(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, TagKey<Biome> pBiome) private static voidFrogVariants.register(BootstrapContext<FrogVariant> pContext, ResourceKey<FrogVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions) -
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> pContext) static voidWolfVariants.bootstrap(BootstrapContext<WolfVariant> pContext) private static voidWolfSoundVariants.register(BootstrapContext<WolfSoundVariant> pContext, ResourceKey<WolfSoundVariant> pKey, WolfSoundVariants.SoundSet pSoundSet) private static voidWolfVariants.register(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, ResourceKey<Biome> pBiome) private static voidWolfVariants.register(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, TagKey<Biome> pBiomes) private static voidWolfVariants.register(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, SpawnPrioritySelectors pSpawnConditions) -
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> pContext) private static voidPaintingVariants.register(BootstrapContext<PaintingVariant> pContext, ResourceKey<PaintingVariant> pKey, int pWidth, int pHeight) private static voidPaintingVariants.register(BootstrapContext<PaintingVariant> pContext, ResourceKey<PaintingVariant> pKey, int pWidth, int pHeight, boolean pHasAuthor) -
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> pContext) static voidJukeboxSongs.bootstrap(BootstrapContext<JukeboxSong> pContext) static voidInstruments.register(BootstrapContext<Instrument> pContext, ResourceKey<Instrument> pKey, Holder<SoundEvent> pSoundEvent, float pUseDuration, float pRange) private static voidJukeboxSongs.register(BootstrapContext<JukeboxSong> pContext, ResourceKey<JukeboxSong> pKey, Holder.Reference<SoundEvent> pSoundEvent, int pLengthInSeconds, int pComparatorOutput) -
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> pContext) private static voidEnchantments.register(BootstrapContext<Enchantment> pContext, ResourceKey<Enchantment> pKey, Enchantment.Builder pBuilder) -
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> pContext) static voidVanillaEnchantmentProviders.bootstrap(BootstrapContext<EnchantmentProvider> pContext) -
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> pContext) static voidTrimPatterns.bootstrap(BootstrapContext<TrimPattern> pContext) private static voidTrimMaterials.register(BootstrapContext<TrimMaterial> pContext, ResourceKey<TrimMaterial> pKey, Style pStyle, MaterialAssetGroup pAssets) static voidTrimPatterns.register(BootstrapContext<TrimPattern> pContext, ResourceKey<TrimPattern> pKey) -
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> pContext) -
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> pContext) static voidBannerPatterns.register(BootstrapContext<BannerPattern> pContext, ResourceKey<BannerPattern> pResourceKey) -
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> pContext) private static voidTrialSpawnerConfigs.register(BootstrapContext<TrialSpawnerConfig> pContext, TrialSpawnerConfigs.Keys pKeys, TrialSpawnerConfig pNormal, TrialSpawnerConfig pOminous) -
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> pContext) static Holder<? extends DensityFunction> NoiseRouterData.bootstrap(BootstrapContext<DensityFunction> pContext) static NoiseGeneratorSettingsNoiseGeneratorSettings.caves(BootstrapContext<?> pContext) static NoiseGeneratorSettingsNoiseGeneratorSettings.end(BootstrapContext<?> pContext) static NoiseGeneratorSettingsNoiseGeneratorSettings.floatingIslands(BootstrapContext<?> pContext) static NoiseGeneratorSettingsNoiseGeneratorSettings.nether(BootstrapContext<?> pContext) static NoiseGeneratorSettingsNoiseGeneratorSettings.overworld(BootstrapContext<?> pContext, boolean pLarge, boolean pAmplified) private static DensityFunctionNoiseRouterData.registerAndWrap(BootstrapContext<DensityFunction> pContext, ResourceKey<DensityFunction> pKey, DensityFunction pValue) private static voidNoiseRouterData.registerTerrainNoises(BootstrapContext<DensityFunction> pContext, HolderGetter<DensityFunction> pDensityFunctionRegistry, DensityFunction pJaggedNoise, Holder<DensityFunction> pContinentalness, Holder<DensityFunction> pErosion, ResourceKey<DensityFunction> pOffsetKey, ResourceKey<DensityFunction> pFactorKey, ResourceKey<DensityFunction> pJaggednessKey, ResourceKey<DensityFunction> pDepthKey, ResourceKey<DensityFunction> pSlopedCheeseKey, boolean pAmplified) -
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> pContext) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifierConstructorDescription(package private)Bootstrap(BootstrapContext<FlatLevelGeneratorPreset> pContext) -
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> pContext) Constructors in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContextModifierConstructorDescription(package private)Bootstrap(BootstrapContext<WorldPreset> pContext) -
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> pContext, Holder<StructureTemplatePool> pPool, List<PoolAliasBinding> pPoolAliasBindings)