BiomeInjectionBuilder
Builder for BiomeInjections. Use build to get the BiomeInjection instance or register to register it. Check out the docs page on biome injections for more information.
See also
Functions
Adds a Biome's String id to the list of biomes this BiomeInjection should be applied to. (e.g. "minecraft:plains")
Adds a Biome's ResourceKey to the list of biomes this BiomeInjection should be applied to.
Adds a Biome's ResourceLocation to the list of biomes this BiomeInjection should be applied to.
Adds multiple Biome's String ids to the list of biomes this BiomeInjection should be applied to. (e.g. "minecraft:plains")
Adds multiple Biome's ResourceKeys to the list of biomes this BiomeInjection should be applied to.
Adds multiple Biome's ResourceLocations to the list of biomes this BiomeInjection should be applied to.
Adds a TagKey of Biomes to the list of biomes this BiomeInjection should be applied to.
Adds a PlacedFeature via a Holder that either already contains the PlacedFeature, or is set later by the PlacedFeature Registry at the specified GenerationStep.Decoration to the list of features this BiomeInjection should add.
Adds a PlacedFeature to the list of features via its ResourceKey to the list of features this BiomeInjection should add. If the PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry.
Adds a PlacedFeature to the list of features via its ResourceLocation to the list of features this BiomeInjection should add. If the PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry.
Adds a PlacedFeature at the specified GenerationStep.Decoration to the list of features this BiomeInjection should add.
Adds multiple PlacedFeatures via Holders that either already contain a PlacedFeature, or are set later by the PlacedFeature Registry at the specified GenerationStep.Decoration to the list of features this BiomeInjection should add.
Adds multiple PlacedFeatures to the list of features via their ResourceKey to the list of features this BiomeInjection should add. If a PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry.
Adds multiple PlacedFeatures to the list of features via their ResourceLocation to the list of features this BiomeInjection should add. If a PlacedFeature is not yet registered, an empty Holder will be created and the PlacedFeature will be set later by the PlacedFeature Registry.
Adds multiple PlacedFeatures at the specified GenerationStep.Decoration to the list of features this BiomeInjection should add.