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 TypeMethodDescriptionvoid
RegistrySetBuilder.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 void
AncientCityStructurePieces.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
AncientCityStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionBridgePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionHoglinStablePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionHousingUnitsPools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionPieces.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionSharedPools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
BastionTreasureRoomPools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
Carvers.bootstrap
(BootstrapContext<ConfiguredWorldCarver<?>> pContext) static void
DesertVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
DimensionTypes.bootstrap
(BootstrapContext<DimensionType> pContext) static void
NoiseData.bootstrap
(BootstrapContext<NormalNoise.NoiseParameters> pContext) static void
PillagerOutpostPools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
PlainVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
Pools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
ProcessorLists.bootstrap
(BootstrapContext<StructureProcessorList> pContext) static void
SavannaVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
SnowyVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
Structures.bootstrap
(BootstrapContext<Structure> pContext) static void
StructureSets.bootstrap
(BootstrapContext<StructureSet> pContext) static void
TaigaVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
TrailRuinsStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
TrialChambersStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) static void
VillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> pContext) private static void
NoiseData.register
(BootstrapContext<NormalNoise.NoiseParameters> pContext, ResourceKey<NormalNoise.NoiseParameters> pKey, int pFirstOctave, double pAmplitude, double... pOtherAmplitudes) static void
Pools.register
(BootstrapContext<StructureTemplatePool> pContext, String pName, StructureTemplatePool pPool) private static void
ProcessorLists.register
(BootstrapContext<StructureProcessorList> pContext, ResourceKey<StructureProcessorList> pKey, List<StructureProcessor> pProcessors) private static void
NoiseData.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 void
BiomeData.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 void
AquaticFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
CaveFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
EndFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
FeatureUtils.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
MiscOverworldFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
NetherFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
OreFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
PileFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
TreeFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> pContext) static void
VegetationFeatures.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 void
FeatureUtils.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 void
AquaticPlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
CavePlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
EndPlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
MiscOverworldPlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
NetherPlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
OrePlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
PlacementUtils.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
TreePlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
VegetationPlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
VillagePlacements.bootstrap
(BootstrapContext<PlacedFeature> pContext) static void
PlacementUtils.register
(BootstrapContext<PlacedFeature> pContext, ResourceKey<PlacedFeature> pKey, Holder<ConfiguredFeature<?, ?>> pConfiguredFeature, List<PlacementModifier> pPlacements) static void
PlacementUtils.register
(BootstrapContext<PlacedFeature> pContext, ResourceKey<PlacedFeature> pKey, Holder<ConfiguredFeature<?, ?>> pConfiguredFeature, PlacementModifier... pPlacements) -
Uses of BootstrapContext in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
ChatType.bootstrap
(BootstrapContext<ChatType> pContext) -
Uses of BootstrapContext in net.minecraft.world.damagesource
Methods in net.minecraft.world.damagesource with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
DamageTypes.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 void
WolfVariants.bootstrap
(BootstrapContext<WolfVariant> pContext) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, HolderSet<Biome> pSpawnBiomes) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, ResourceKey<Biome> pSpawnBiome) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> pContext, ResourceKey<WolfVariant> pKey, String pName, TagKey<Biome> pSpawnBiomes) -
Uses of BootstrapContext in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
PaintingVariants.bootstrap
(BootstrapContext<PaintingVariant> pContext) private static void
PaintingVariants.register
(BootstrapContext<PaintingVariant> pContext, ResourceKey<PaintingVariant> pKey, int pWidth, int pHeight) -
Uses of BootstrapContext in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
JukeboxSongs.bootstrap
(BootstrapContext<JukeboxSong> pContext) private static void
JukeboxSongs.register
(BootstrapContext<JukeboxSong> pContext, ResourceKey<JukeboxSong> pKey, Holder.Reference<SoundEvent> pSoundEvent, int pLengthInSeconds, int pComparatorOutput) -
Uses of BootstrapContext in net.minecraft.world.item.armortrim
Methods in net.minecraft.world.item.armortrim with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
TrimMaterials.bootstrap
(BootstrapContext<TrimMaterial> pContext) static void
TrimPatterns.bootstrap
(BootstrapContext<TrimPattern> pContext) private static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> pContext, ResourceKey<TrimMaterial> pMaterialKey, Item pIngredient, Style pStyle, float pItemModelIndex) private static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> pContext, ResourceKey<TrimMaterial> pMaterialKey, Item pIngredient, Style pStyle, float pItemModelIndex, Map<Holder<ArmorMaterial>, String> pOverrideArmorMaterials) static void
TrimPatterns.register
(BootstrapContext<TrimPattern> pContext, Item pTemplateItem, ResourceKey<TrimPattern> pTrimPatternKey) -
Uses of BootstrapContext in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
Enchantments.bootstrap
(BootstrapContext<Enchantment> pContext) private static void
Enchantments.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 void
TradeRebalanceEnchantmentProviders.bootstrap
(BootstrapContext<EnchantmentProvider> pContext) static void
VanillaEnchantmentProviders.bootstrap
(BootstrapContext<EnchantmentProvider> pContext) -
Uses of BootstrapContext in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
MultiNoiseBiomeSourceParameterLists.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 void
BannerPatterns.bootstrap
(BootstrapContext<BannerPattern> pContext) static void
BannerPatterns.register
(BootstrapContext<BannerPattern> pContext, ResourceKey<BannerPattern> pResourceKey) -
Uses of BootstrapContext in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
NoiseGeneratorSettings.bootstrap
(BootstrapContext<NoiseGeneratorSettings> pContext) static Holder
<? extends DensityFunction> NoiseRouterData.bootstrap
(BootstrapContext<DensityFunction> pContext) static NoiseGeneratorSettings
NoiseGeneratorSettings.caves
(BootstrapContext<?> pContext) static NoiseGeneratorSettings
NoiseGeneratorSettings.end
(BootstrapContext<?> pContext) static NoiseGeneratorSettings
NoiseGeneratorSettings.floatingIslands
(BootstrapContext<?> pContext) static NoiseGeneratorSettings
NoiseGeneratorSettings.nether
(BootstrapContext<?> pContext) static NoiseGeneratorSettings
NoiseGeneratorSettings.overworld
(BootstrapContext<?> pContext, boolean pLarge, boolean pAmplified) private static DensityFunction
NoiseRouterData.registerAndWrap
(BootstrapContext<DensityFunction> pContext, ResourceKey<DensityFunction> pKey, DensityFunction pValue) private static void
NoiseRouterData.registerTerrainNoises
(BootstrapContext<DensityFunction> pContext, HolderGetter<DensityFunction> pDensityFunctionGetter, 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.context
Methods in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
FlatLevelGeneratorPresets.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.context
Methods in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
WorldPresets.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 void
PoolAliasBindings.registerTargetsAsPools
(BootstrapContext<StructureTemplatePool> pContext, Holder<StructureTemplatePool> pPool, List<PoolAliasBinding> pPoolAliasBindings) -
Uses of BootstrapContext in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
DataGeneratorTest.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 WorldPreset
CustomPresetEditorTest.CommonModEvents.makeWorldPreset
(BootstrapContext<WorldPreset> context)