Uses of Record Class
net.minecraft.world.level.levelgen.feature.WeightedPlacedFeature
Packages that use WeightedPlacedFeature
Package
Description
-
Uses of WeightedPlacedFeature in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type WeightedPlacedFeatureModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WeightedPlacedFeature> WeightedPlacedFeature.CODECDeprecated. -
Uses of WeightedPlacedFeature in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type WeightedPlacedFeatureModifier and TypeFieldDescriptionprivate final List<WeightedPlacedFeature> RandomFeatureConfiguration.featuresDeprecated.The field for thefeaturesrecord component.Methods in net.minecraft.world.level.levelgen.feature.configurations that return types with arguments of type WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomFeatureConfiguration.features()Deprecated.Returns the value of thefeaturesrecord component.Constructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type WeightedPlacedFeatureModifierConstructorDescriptionRandomFeatureConfiguration(List<WeightedPlacedFeature> features, Holder<PlacedFeature> defaultFeature) Deprecated.Creates an instance of aRandomFeatureConfigurationrecord class.