Uses of Enum Class
net.minecraft.world.gen.StructureWeightType
Packages that use StructureWeightType
-
Uses of StructureWeightType in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as StructureWeightTypeModifier and TypeFieldDescriptionprivate final StructureWeightTypeStructureWeightSampler.class_7301.terrainAdjustmentThe field for theterrainAdjustmentrecord component.Fields in net.minecraft.world.gen with type parameters of type StructureWeightTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureWeightType>StructureWeightType.field_38433Methods in net.minecraft.world.gen that return StructureWeightTypeModifier and TypeMethodDescriptionStructureWeightSampler.class_7301.terrainAdjustment()Returns the value of theterrainAdjustmentrecord component.static StructureWeightTypeReturns the enum constant of this class with the specified name.static StructureWeightType[]StructureWeightType.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 StructureWeightTypeModifierConstructorDescriptionclass_7301(BlockBox blockBox, StructureWeightType structureWeightType, int int2) -
Uses of StructureWeightType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as StructureWeightTypeModifier and TypeFieldDescriptionprivate final StructureWeightTypeStructureFeature.class_7302.terrainAdaptationThe field for theterrainAdaptationrecord component.Methods in net.minecraft.world.gen.feature that return StructureWeightTypeModifier and TypeMethodDescriptionStructureFeature.method_42701()StructureFeature.class_7302.terrainAdaptation()Returns the value of theterrainAdaptationrecord component.Methods in net.minecraft.world.gen.feature with parameters of type StructureWeightTypeModifier and TypeMethodDescriptionprivate static StructureFeature.class_7302ConfiguredStructureFeatures.method_42757(TagKey<Biome> tagKey, GenerationStep.Feature feature, StructureWeightType structureWeightType) private static StructureFeature.class_7302ConfiguredStructureFeatures.method_42758(TagKey<Biome> tagKey, StructureWeightType structureWeightType) private static StructureFeature.class_7302ConfiguredStructureFeatures.method_42759(TagKey<Biome> tagKey, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureWeightType structureWeightType) Constructors in net.minecraft.world.gen.feature with parameters of type StructureWeightTypeModifierConstructorDescriptionclass_7302(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, StructureWeightType structureWeightType)