Uses of Enum Class
net.minecraft.world.gen.StructureTerrainAdaptation
-
Uses of StructureTerrainAdaptation in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final StructureTerrainAdaptation
StructureWeightSampler.Piece.terrainAdjustment
The field for theterrainAdjustment
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<StructureTerrainAdaptation> StructureTerrainAdaptation.CODEC
Modifier and TypeMethodDescriptionStructureWeightSampler.Piece.terrainAdjustment()
Returns the value of theterrainAdjustment
record component.static StructureTerrainAdaptation
Returns the enum constant of this class with the specified name.static StructureTerrainAdaptation[]
StructureTerrainAdaptation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPiece
(BlockBox blockBox, StructureTerrainAdaptation structureTerrainAdaptation, int int2) -
Uses of StructureTerrainAdaptation in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionprivate StructureTerrainAdaptation
Structure.Config.Builder.terrainAdaptation
private final StructureTerrainAdaptation
Structure.Config.terrainAdaptation
The field for theterrainAdaptation
record component.Modifier and TypeMethodDescriptionStructure.getTerrainAdaptation()
Structure.Config.terrainAdaptation()
Returns the value of theterrainAdaptation
record component.Modifier and TypeMethodDescriptionStructure.Config.Builder.terrainAdaptation
(StructureTerrainAdaptation terrainAdaptation) ModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)