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_VINE
static final ConfiguredFeature<GrowingPlantFeatureConfig,
?> ConfiguredFeatures.CAVE_VINE_IN_MOSS
static final com.mojang.serialization.Codec<GrowingPlantFeatureConfig>
GrowingPlantFeatureConfig.CODEC
static final Feature<GrowingPlantFeatureConfig>
Feature.GROWING_PLANT
Methods 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 TypeMethodDescriptionboolean
GrowingPlantFeature.generate
(FeatureContext<GrowingPlantFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type GrowingPlantFeatureConfigModifierConstructorDescriptionGrowingPlantFeature
(com.mojang.serialization.Codec<GrowingPlantFeatureConfig> configCodec)