Uses of Enum Class
net.minecraft.world.level.levelgen.structure.TerrainAdjustment
Packages that use TerrainAdjustment
Package
Description
-
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.private TerrainAdjustment
Structure.StructureSettings.Builder.terrainAdaption
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.Methods in net.minecraft.world.level.levelgen.structure with parameters of type TerrainAdjustmentModifier and TypeMethodDescriptionStructure.StructureSettings.Builder.terrainAdapation
(TerrainAdjustment p_352176_) 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)