Uses of Class
net.minecraft.world.gen.feature.SimpleRandomFeatureConfig
Packages that use SimpleRandomFeatureConfig
-
Uses of SimpleRandomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SimpleRandomFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleRandomFeatureConfig>SimpleRandomFeatureConfig.CODECstatic final ConfiguredFeature<SimpleRandomFeatureConfig,?> UndergroundConfiguredFeatures.DRIPLEAFstatic final ConfiguredFeature<SimpleRandomFeatureConfig,?> VegetationConfiguredFeatures.FOREST_FLOWERSstatic final ConfiguredFeature<SimpleRandomFeatureConfig,?> UndergroundConfiguredFeatures.POINTED_DRIPSTONEstatic final Feature<SimpleRandomFeatureConfig>Feature.SIMPLE_RANDOM_SELECTORstatic final ConfiguredFeature<SimpleRandomFeatureConfig,?> OceanConfiguredFeatures.WARM_OCEAN_VEGETATIONMethod parameters in net.minecraft.world.gen.feature with type arguments of type SimpleRandomFeatureConfigModifier and TypeMethodDescriptionbooleanSimpleRandomFeature.generate(FeatureContext<SimpleRandomFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SimpleRandomFeatureConfigModifierConstructorDescriptionSimpleRandomFeature(com.mojang.serialization.Codec<SimpleRandomFeatureConfig> configCodec)