Uses of Enum Class
net.minecraft.world.level.levelgen.structure.TerrainAdjustment
Packages that use TerrainAdjustment
Package
Description
-
Uses of TerrainAdjustment in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type TerrainAdjustmentModifier and TypeMethodDescriptionstatic Structure.StructureSettings
Structures.structure
(HolderSet<Biome> p_256015_, Map<MobCategory, StructureSpawnOverride> p_256297_, GenerationStep.Decoration p_255729_, TerrainAdjustment p_255865_) private static Structure.StructureSettings
Structures.structure
(HolderSet<Biome> p_255731_, GenerationStep.Decoration p_256551_, TerrainAdjustment p_256463_) private static Structure.StructureSettings
Structures.structure
(HolderSet<Biome> p_256501_, TerrainAdjustment p_255704_) -
Uses of TerrainAdjustment in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as TerrainAdjustmentModifier and TypeFieldDescriptionprivate final TerrainAdjustment
Beardifier.Rigid.terrainAdjustment
The field for theterrainAdjustment
record component.Methods in net.minecraft.world.level.levelgen that return TerrainAdjustmentModifier and TypeMethodDescriptionBeardifier.Rigid.terrainAdjustment()
Returns the value of theterrainAdjustment
record component.Constructors in net.minecraft.world.level.levelgen with parameters of type TerrainAdjustmentModifierConstructorDescriptionRigid
(BoundingBox box, TerrainAdjustment terrainAdjustment, int groundLevelDelta) Creates an instance of aRigid
record class. -
Uses of TerrainAdjustment in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as TerrainAdjustmentModifier and TypeFieldDescriptionprivate final TerrainAdjustment
Structure.StructureSettings.terrainAdaptation
The field for theterrainAdaptation
record component.Fields in net.minecraft.world.level.levelgen.structure with type parameters of type TerrainAdjustmentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TerrainAdjustment>
TerrainAdjustment.CODEC
Methods in net.minecraft.world.level.levelgen.structure that return TerrainAdjustmentModifier and TypeMethodDescriptionStructure.StructureSettings.terrainAdaptation()
Returns the value of theterrainAdaptation
record component.Structure.terrainAdaptation()
static TerrainAdjustment
Returns the enum constant of this class with the specified name.static TerrainAdjustment[]
TerrainAdjustment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level.levelgen.structure with parameters of type TerrainAdjustmentModifierConstructorDescriptionStructureSettings
(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation) Creates an instance of aStructureSettings
record class. -
Uses of TerrainAdjustment in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as TerrainAdjustmentModifier and TypeFieldDescriptionprivate TerrainAdjustment
StructureSettingsBuilder.terrainAdaptation
Methods in net.neoforged.neoforge.common.world that return TerrainAdjustmentModifier and TypeMethodDescriptionStructureSettingsBuilder.getTerrainAdaptation()
Gets the way the structure adapts to the terrain during generation.PieceBeardifierModifier.getTerrainAdjustment()
Methods in net.neoforged.neoforge.common.world with parameters of type TerrainAdjustmentModifier and TypeMethodDescriptionvoid
StructureSettingsBuilder.setTerrainAdaptation
(TerrainAdjustment terrainAdaptation) Sets the way the structure adapts to the terrain during generation.Constructors in net.neoforged.neoforge.common.world with parameters of type TerrainAdjustmentModifierConstructorDescriptionprivate
StructureSettingsBuilder
(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation)