Class BiomeHooks.GenerationSettingsWrapped
java.lang.Object
dev.architectury.hooks.level.biome.BiomeHooks.GenerationSettingsWrapped
- All Implemented Interfaces:
GenerationProperties
- Enclosing class:
- BiomeHooks
public static class BiomeHooks.GenerationSettingsWrapped
extends Object
implements GenerationProperties
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.architectury.hooks.level.biome.GenerationProperties
GenerationProperties.Mutable
-
Field Summary
Modifier and TypeFieldDescriptionprotected final net.minecraft.world.level.biome.BiomeGenerationSettings
-
Constructor Summary
ConstructorDescriptionGenerationSettingsWrapped
(net.minecraft.world.level.biome.Biome biome) GenerationSettingsWrapped
(net.minecraft.world.level.biome.BiomeGenerationSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionIterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>>
getCarvers
(net.minecraft.world.level.levelgen.GenerationStep.Carving carving) List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>>
Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>
getFeatures
(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
-
Field Details
-
settings
protected final net.minecraft.world.level.biome.BiomeGenerationSettings settings
-
-
Constructor Details
-
GenerationSettingsWrapped
public GenerationSettingsWrapped(net.minecraft.world.level.biome.Biome biome) -
GenerationSettingsWrapped
public GenerationSettingsWrapped(net.minecraft.world.level.biome.BiomeGenerationSettings settings)
-
-
Method Details
-
getCarvers
public Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>> getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving) - Specified by:
getCarvers
in interfaceGenerationProperties
-
getFeatures
public Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>> getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration) - Specified by:
getFeatures
in interfaceGenerationProperties
-
getFeatures
public List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>> getFeatures()- Specified by:
getFeatures
in interfaceGenerationProperties
-