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 StringIdentifiable.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 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 TypeMethodDescriptionprivate static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, Map<SpawnGroup, StructureSpawns> spawns, GenerationStep.Feature featureStep, StructureTerrainAdaptation terrainAdaptation) private static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, GenerationStep.Feature featureStep, StructureTerrainAdaptation terrainAdaptation) private static Structure.Config
Structures.createConfig
(RegistryEntryList<Biome> biomes, StructureTerrainAdaptation terrainAdaptation) ModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)