Uses of Class
net.minecraft.world.gen.feature.SimpleRandomFeatureConfig
Packages that use SimpleRandomFeatureConfig
Package
Description
The base package for all Minecraft classes.
-
Uses of SimpleRandomFeatureConfig in net.minecraft
Fields in net.minecraft with type parameters of type SimpleRandomFeatureConfigModifier and TypeFieldDescriptionstatic final ConfiguredFeature<SimpleRandomFeatureConfig,?> class_6800.field_35769static final ConfiguredFeature<SimpleRandomFeatureConfig,?> class_6801.field_35775static final ConfiguredFeature<SimpleRandomFeatureConfig,?> class_6801.field_35784static final ConfiguredFeature<SimpleRandomFeatureConfig,?> class_6809.field_35965 -
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 Feature<SimpleRandomFeatureConfig>Feature.SIMPLE_RANDOM_SELECTORMethod 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)