Uses of Class
net.minecraft.world.gen.feature.ConfiguredRandomFeatureList
-
Packages that use ConfiguredRandomFeatureList Package Description net.minecraft.world.gen.feature -
-
Uses of ConfiguredRandomFeatureList in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type ConfiguredRandomFeatureList Modifier and Type Field Description static com.mojang.serialization.Codec<ConfiguredRandomFeatureList>
ConfiguredRandomFeatureList. CODEC
java.util.List<ConfiguredRandomFeatureList>
MultipleRandomFeatureConfig. features
Methods in net.minecraft.world.gen.feature that return ConfiguredRandomFeatureList Modifier and Type Method Description ConfiguredRandomFeatureList
ConfiguredFeature. weighted(float p_227227_1_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type ConfiguredRandomFeatureList Constructor Description MultipleRandomFeatureConfig(java.util.List<ConfiguredRandomFeatureList> p_i241991_1_, java.util.function.Supplier<ConfiguredFeature<?,?>> p_i241991_2_)
MultipleRandomFeatureConfig(java.util.List<ConfiguredRandomFeatureList> p_i51455_1_, ConfiguredFeature<?,?> p_i51455_2_)
-