Uses of Enum Class
net.minecraft.world.gen.StructureTerrainAdaptation
Packages that use StructureTerrainAdaptation
-
Uses of StructureTerrainAdaptation in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as StructureTerrainAdaptationModifier and TypeFieldDescriptionprivate final StructureTerrainAdaptation
StructureWeightSampler.Piece.terrainAdjustment
The field for theterrainAdjustment
record component.Fields in net.minecraft.world.gen with type parameters of type StructureTerrainAdaptationModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<StructureTerrainAdaptation>
StructureTerrainAdaptation.CODEC
Methods in net.minecraft.world.gen that return StructureTerrainAdaptationModifier 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.Constructors in net.minecraft.world.gen with parameters of type StructureTerrainAdaptationModifierConstructorDescriptionPiece
(BlockBox blockBox, StructureTerrainAdaptation structureTerrainAdaptation, int int2) -
Uses of StructureTerrainAdaptation in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as StructureTerrainAdaptationModifier and TypeFieldDescriptionprivate final StructureTerrainAdaptation
Structure.Config.terrainAdaptation
The field for theterrainAdaptation
record component.Methods in net.minecraft.world.gen.structure that return StructureTerrainAdaptationModifier and TypeMethodDescriptionStructure.getTerrainAdaptation()
Structure.Config.terrainAdaptation()
Returns the value of theterrainAdaptation
record component.Methods in net.minecraft.world.gen.structure with parameters of type StructureTerrainAdaptationModifier 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) Constructors in net.minecraft.world.gen.structure with parameters of type StructureTerrainAdaptationModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)