Uses of Class
net.minecraft.world.gen.feature.GrowingPlantFeatureConfig
-
Uses of GrowingPlantFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic ConfiguredFeature<GrowingPlantFeatureConfig,?>
ConfiguredFeatures.CAVE_VINE
static ConfiguredFeature<GrowingPlantFeatureConfig,?>
ConfiguredFeatures.CAVE_VINE_IN_MOSS
static com.mojang.serialization.Codec<GrowingPlantFeatureConfig>
GrowingPlantFeatureConfig.CODEC
static Feature<GrowingPlantFeatureConfig>
Feature.GROWING_PLANT
Modifier and TypeMethodDescriptionprivate static ConfiguredFeature<GrowingPlantFeatureConfig,?>
ConfiguredFeatures.createBigDripleafFeature(Direction blockDirection)
Modifier and TypeMethodDescriptionboolean
GrowingPlantFeature.generate(FeatureContext<GrowingPlantFeatureConfig> context)
ModifierConstructorDescriptionGrowingPlantFeature(com.mojang.serialization.Codec<GrowingPlantFeatureConfig> configCodec)