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.class_7301.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.class_7301.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 StructureTerrainAdaptationModifierConstructorDescriptionclass_7301
(BlockBox blockBox, StructureTerrainAdaptation structureTerrainAdaptation, int int2) -
Uses of StructureTerrainAdaptation in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as StructureTerrainAdaptationModifier and TypeFieldDescriptionprivate final StructureTerrainAdaptation
StructureFeature.Config.terrainAdaptation
The field for theterrainAdaptation
record component.Methods in net.minecraft.world.gen.feature that return StructureTerrainAdaptationModifier and TypeMethodDescriptionStructureFeature.getTerrainAdaptation()
StructureFeature.Config.terrainAdaptation()
Returns the value of theterrainAdaptation
record component.Methods in net.minecraft.world.gen.feature with parameters of type StructureTerrainAdaptationModifier and TypeMethodDescriptionprivate static StructureFeature.Config
ConfiguredStructureFeatures.method_42757
(TagKey<Biome> tagKey, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) private static StructureFeature.Config
ConfiguredStructureFeatures.method_42758
(TagKey<Biome> tagKey, StructureTerrainAdaptation structureTerrainAdaptation) private static StructureFeature.Config
ConfiguredStructureFeatures.method_42759
(TagKey<Biome> tagKey, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation) Constructors in net.minecraft.world.gen.feature with parameters of type StructureTerrainAdaptationModifierConstructorDescriptionConfig
(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureTerrainAdaptation structureTerrainAdaptation)