Uses of Record Class
net.minecraft.world.level.levelgen.feature.WeightedPlacedFeature
Packages that use WeightedPlacedFeature
-
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.private final List<WeightedPlacedFeature> RandomSelectorFeature.featuresDeprecated.The field for thefeaturesrecord component.Methods in net.minecraft.world.level.levelgen.feature that return types with arguments of type WeightedPlacedFeatureModifier and TypeMethodDescriptionRandomSelectorFeature.features()Deprecated.Returns the value of thefeaturesrecord component.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type WeightedPlacedFeatureModifierConstructorDescriptionRandomSelectorFeature(List<WeightedPlacedFeature> features, Holder<PlacedFeature> defaultFeature) Deprecated.Creates an instance of aRandomSelectorFeaturerecord class.