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> context) -
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> context) static void
AncientCityStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionBridgePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionHoglinStablePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionHousingUnitsPools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionPieces.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionSharedPools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
BastionTreasureRoomPools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
Carvers.bootstrap
(BootstrapContext<ConfiguredWorldCarver<?>> context) static void
DesertVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
DimensionTypes.bootstrap
(BootstrapContext<DimensionType> context) static void
NoiseData.bootstrap
(BootstrapContext<NormalNoise.NoiseParameters> context) static void
PillagerOutpostPools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
PlainVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
Pools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
ProcessorLists.bootstrap
(BootstrapContext<StructureProcessorList> context) static void
SavannaVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
SnowyVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
Structures.bootstrap
(BootstrapContext<Structure> context) static void
StructureSets.bootstrap
(BootstrapContext<StructureSet> context) static void
TaigaVillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
TrailRuinsStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
TrialChambersStructurePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) static void
VillagePools.bootstrap
(BootstrapContext<StructureTemplatePool> context) private static void
NoiseData.register
(BootstrapContext<NormalNoise.NoiseParameters> context, ResourceKey<NormalNoise.NoiseParameters> key, int firstOctave, double amplitude, double... otherAmplitudes) static void
Pools.register
(BootstrapContext<StructureTemplatePool> context, String name, StructureTemplatePool pool) private static void
ProcessorLists.register
(BootstrapContext<StructureProcessorList> context, ResourceKey<StructureProcessorList> key, List<StructureProcessor> processors) private static void
NoiseData.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 void
BiomeData.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 void
AquaticFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
CaveFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
EndFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
FeatureUtils.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
MiscOverworldFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
NetherFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
OreFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
PileFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
TreeFeatures.bootstrap
(BootstrapContext<ConfiguredFeature<?, ?>> context) static void
VegetationFeatures.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 void
FeatureUtils.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 void
AquaticPlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
CavePlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
EndPlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
MiscOverworldPlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
NetherPlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
OrePlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
PlacementUtils.bootstrap
(BootstrapContext<PlacedFeature> context) static void
TreePlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
VegetationPlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
VillagePlacements.bootstrap
(BootstrapContext<PlacedFeature> context) static void
PlacementUtils.register
(BootstrapContext<PlacedFeature> context, ResourceKey<PlacedFeature> key, Holder<ConfiguredFeature<?, ?>> configuredFeature, List<PlacementModifier> placements) static void
PlacementUtils.register
(BootstrapContext<PlacedFeature> context, ResourceKey<PlacedFeature> key, Holder<ConfiguredFeature<?, ?>> configuredFeature, PlacementModifier... placements) -
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> context) -
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> context) -
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> context) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, HolderSet<Biome> spawnBiomes) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, ResourceKey<Biome> spawnBiome) (package private) static void
WolfVariants.register
(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, TagKey<Biome> spawnBiomes) -
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> context) private static void
PaintingVariants.register
(BootstrapContext<PaintingVariant> context, ResourceKey<PaintingVariant> key, int width, int height) -
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> context) private static void
JukeboxSongs.register
(BootstrapContext<JukeboxSong> context, ResourceKey<JukeboxSong> key, Holder.Reference<SoundEvent> soundEvent, int lengthInSeconds, int comparatorOutput) -
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> context) static void
TrimPatterns.bootstrap
(BootstrapContext<TrimPattern> context) private static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> context, ResourceKey<TrimMaterial> materialKey, Item ingredient, Style style, float itemModelIndex) private static void
TrimMaterials.register
(BootstrapContext<TrimMaterial> context, ResourceKey<TrimMaterial> materialKey, Item ingredient, Style style, float itemModelIndex, Map<Holder<ArmorMaterial>, String> overrideArmorMaterials) static void
TrimPatterns.register
(BootstrapContext<TrimPattern> context, Item templateItem, ResourceKey<TrimPattern> trimPatternKey) -
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> context) private static void
Enchantments.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 void
TradeRebalanceEnchantmentProviders.bootstrap
(BootstrapContext<EnchantmentProvider> context) static void
VanillaEnchantmentProviders.bootstrap
(BootstrapContext<EnchantmentProvider> context) -
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> 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 void
BannerPatterns.bootstrap
(BootstrapContext<BannerPattern> context) static void
BannerPatterns.register
(BootstrapContext<BannerPattern> context, ResourceKey<BannerPattern> resourceKey) -
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> context) static Holder
<? extends DensityFunction> NoiseRouterData.bootstrap
(BootstrapContext<DensityFunction> context) static NoiseGeneratorSettings
NoiseGeneratorSettings.caves
(BootstrapContext<?> context) static NoiseGeneratorSettings
NoiseGeneratorSettings.end
(BootstrapContext<?> context) static NoiseGeneratorSettings
NoiseGeneratorSettings.floatingIslands
(BootstrapContext<?> context) static NoiseGeneratorSettings
NoiseGeneratorSettings.nether
(BootstrapContext<?> context) static NoiseGeneratorSettings
NoiseGeneratorSettings.overworld
(BootstrapContext<?> context, boolean large, boolean amplified) private static DensityFunction
NoiseRouterData.registerAndWrap
(BootstrapContext<DensityFunction> context, ResourceKey<DensityFunction> key, DensityFunction value) private static void
NoiseRouterData.registerTerrainNoises
(BootstrapContext<DensityFunction> context, HolderGetter<DensityFunction> densityFunctionGetter, 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.context
Methods in net.minecraft.world.level.levelgen.flat with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
FlatLevelGeneratorPresets.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.context
Methods in net.minecraft.world.level.levelgen.presets with parameters of type BootstrapContextModifier and TypeMethodDescriptionstatic void
WorldPresets.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 void
PoolAliasBindings.registerTargetsAsPools
(BootstrapContext<StructureTemplatePool> context, Holder<StructureTemplatePool> pool, List<PoolAliasBinding> poolAliasBindings)