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.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.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 voidWolfVariants.bootstrap(BootstrapContext<WolfVariant> context) (package private) static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, HolderSet<Biome> spawnBiomes) (package private) static voidWolfVariants.register(BootstrapContext<WolfVariant> context, ResourceKey<WolfVariant> key, String name, ResourceKey<Biome> spawnBiome) (package private) static voidWolfVariants.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 voidPaintingVariants.bootstrap(BootstrapContext<PaintingVariant> context) private static voidPaintingVariants.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 voidJukeboxSongs.bootstrap(BootstrapContext<JukeboxSong> context) 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.armortrim
Methods in net.minecraft.world.item.armortrim 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> materialKey, Item ingredient, Style style, float itemModelIndex) private static voidTrimMaterials.register(BootstrapContext<TrimMaterial> context, ResourceKey<TrimMaterial> materialKey, Item ingredient, Style style, float itemModelIndex, Map<Holder<ArmorMaterial>, String> overrideArmorMaterials) static voidTrimPatterns.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 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.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.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> 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.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)