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 ConfiguredFeature<GrowingPlantFeatureConfig,?>ConfiguredFeatures.CAVE_VINEstatic ConfiguredFeature<GrowingPlantFeatureConfig,?>ConfiguredFeatures.CAVE_VINE_IN_MOSSstatic com.mojang.serialization.Codec<GrowingPlantFeatureConfig>GrowingPlantFeatureConfig.CODECstatic 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)