Uses of Class
net.minecraft.world.gen.feature.GrowingPlantFeatureConfig
Packages that use GrowingPlantFeatureConfig
-
Uses of GrowingPlantFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type GrowingPlantFeatureConfigModifier and TypeFieldDescriptionstatic final ConfiguredFeature<GrowingPlantFeatureConfig,?> ConfiguredFeatures.CAVE_VINEstatic final ConfiguredFeature<GrowingPlantFeatureConfig,?> ConfiguredFeatures.CAVE_VINE_IN_MOSSstatic final com.mojang.serialization.Codec<GrowingPlantFeatureConfig>GrowingPlantFeatureConfig.CODECstatic final Feature<GrowingPlantFeatureConfig>Feature.GROWING_PLANTMethods in net.minecraft.world.gen.feature that return types with arguments of type GrowingPlantFeatureConfigModifier and TypeMethodDescriptionprivate static ConfiguredFeature<GrowingPlantFeatureConfig,?> ConfiguredFeatures.createBigDripleafFeature(Direction blockDirection) Method parameters in net.minecraft.world.gen.feature with type arguments of type GrowingPlantFeatureConfigModifier and TypeMethodDescriptionbooleanGrowingPlantFeature.generate(FeatureContext<GrowingPlantFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type GrowingPlantFeatureConfigModifierConstructorDescriptionGrowingPlantFeature(com.mojang.serialization.Codec<GrowingPlantFeatureConfig> configCodec)