Uses of 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.CODEC -
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 TypeFieldDescriptionfinal List<WeightedPlacedFeature> RandomFeatureConfiguration.featuresConstructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type WeightedPlacedFeatureModifierConstructorDescriptionRandomFeatureConfiguration(List<WeightedPlacedFeature> p_204811_, Holder<PlacedFeature> p_204812_)