BiomeBuilder
Functions
Adds a ConfiguredWorldCarver to this biome via a Holder that either already contains the ConfiguredWorldCarver, or is set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which the carver should be executed (AIR
or LIQUID
).
Adds a ConfiguredWorldCarver to this biome via its ResourceKey. If the ConfiguredWorldCarver is not yet registered, an empty Holder will be created and the ConfiguredWorldCarver will be set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which the carver should be executed (AIR
or LIQUID
).
Adds a ConfiguredWorldCarver to this biome via its ResourceLocation. If the ConfiguredWorldCarver is not yet registered, an empty Holder will be created and the ConfiguredWorldCarver will be set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which the carver should be executed (AIR
or LIQUID
).
Adds a ConfiguredWorldCarver to this biome. The step parameter specifies the step at which the carver should be executed (AIR
or LIQUID
).
Adds multiple ConfiguredWorldCarvers to this biome via Holders that either already contain a ConfiguredWorldCarver, or are set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which these carvers should be executed (AIR
or LIQUID
).
Adds multiple ConfiguredWorldCarvers to this biome via their ResourceKey. If a ConfiguredWorldCarver is not yet registered, an empty Holder will be created and the ConfiguredWorldCarver will be set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which these carvers should be executed (AIR
or LIQUID
).
Adds multiple ConfiguredWorldCarvers to this biome via their ResourceLocation. If a ConfiguredWorldCarver is not yet registered, an empty Holder will be created and the ConfiguredWorldCarver will be set later by the ConfiguredWorldCarver Registry. The step parameter specifies the step at which these carvers should be executed (AIR
or LIQUID
).
Adds multiple ConfiguredWorldCarvers to this biome. The step parameter specifies the step at which these carvers should be executed (AIR
or LIQUID
).
Sets the ClimateSettings of this biome using a BiomeClimateSettingsBuilder. These settings are mostly used for foliage color and other gameplay features (e.g. Color of rabbits/foxes is white if precipitation
is snow
).
Sets the ClimateSettings of this biome. These settings are mostly used for foliage color and other gameplay features (e.g. Color of rabbits/foxes is white if precipitation
is snow
).
Resets the ClimateSettings of this biome to the default values.
Resets the BiomeSpecialEffects of this biome to the default values.
Adds a PlacedFeature to this biome via a Holder that either already contains a PlacedFeature, or is set later by the PlacedFeature Registry. The step parameter specifies the step at which the feature should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds a PlacedFeature to this biome via its ResourceKey. If the PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry. The step parameter specifies the step at which the feature should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds a PlacedFeature to this biome via its ResourceLocation. If the PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry. The step parameter specifies the step at which the feature should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds a PlacedFeature to this biome. The step parameter specifies the step at which the feature should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds multiple PlacedFeatures to this biome via Holders that either already contain a PlacedFeature, or are set later by the PlacedFeature Registry. The step parameter specifies the step at which the features should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds multiple PlacedFeatures to this biome via their ResourceKey. If a PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry. The step parameter specifies the step at which the features should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds multiple PlacedFeatures to this biome via their ResourceLocation. If a PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry. The step parameter specifies the step at which the features should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Adds multiple PlacedFeatures to this biome. The step parameter specifies the step at which the features should be executed (For a list of all steps, check out the GenerationStep.Decoration enum).
Sets the MobSpawnSettings of this biome using a MobSpawnSettingsBuilder. As the name suggests, this is used to configure the spawning of mobs.
Sets the MobSpawnSettings of this biome. As the name suggests, this is used to configure the spawning of mobs.
Removes all ConfiguredWorldCarvers from this biome.
Removes all ConfiguredWorldCarvers from this biome that are executed at the specified step.
Removes all PlacedFeatures from this biome.
Removes all PlacedFeatures from this biome at the specified step.
Sets the BiomeSpecialEffects of this biome using a BiomeSpecialEffectsBuilder. These settings contain a vast amount of different effects of the biome.
Sets the BiomeSpecialEffects of this biome. These settings contain a vast amount of different effects of the biome.