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.StructureSettingsStructures.structure(HolderSet<Biome> p_256015_, Map<MobCategory, StructureSpawnOverride> p_256297_, GenerationStep.Decoration p_255729_, TerrainAdjustment p_255865_) private static Structure.StructureSettingsStructures.structure(HolderSet<Biome> p_255731_, GenerationStep.Decoration p_256551_, TerrainAdjustment p_256463_) private static Structure.StructureSettingsStructures.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 TerrainAdjustmentBeardifier.Rigid.terrainAdjustmentThe field for theterrainAdjustmentrecord component.Methods in net.minecraft.world.level.levelgen that return TerrainAdjustmentModifier and TypeMethodDescriptionBeardifier.Rigid.terrainAdjustment()Returns the value of theterrainAdjustmentrecord component.Constructors in net.minecraft.world.level.levelgen with parameters of type TerrainAdjustmentModifierConstructorDescriptionRigid(BoundingBox box, TerrainAdjustment terrainAdjustment, int groundLevelDelta) Creates an instance of aRigidrecord 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 TerrainAdjustmentStructure.StructureSettings.terrainAdaptationThe field for theterrainAdaptationrecord component.Fields in net.minecraft.world.level.levelgen.structure with type parameters of type TerrainAdjustmentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TerrainAdjustment> TerrainAdjustment.CODECMethods in net.minecraft.world.level.levelgen.structure that return TerrainAdjustmentModifier and TypeMethodDescriptionStructure.StructureSettings.terrainAdaptation()Returns the value of theterrainAdaptationrecord component.Structure.terrainAdaptation()static TerrainAdjustmentReturns 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 aStructureSettingsrecord class. -
Uses of TerrainAdjustment in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as TerrainAdjustmentModifier and TypeFieldDescriptionprivate TerrainAdjustmentStructureSettingsBuilder.terrainAdaptationMethods 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 TypeMethodDescriptionvoidStructureSettingsBuilder.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 TerrainAdjustmentModifierConstructorDescriptionprivateStructureSettingsBuilder(HolderSet<Biome> biomes, Map<MobCategory, StructureSpawnOverride> spawnOverrides, GenerationStep.Decoration step, TerrainAdjustment terrainAdaptation)