Uses of Class
net.minecraft.world.gen.feature.GrowingPlantFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of GrowingPlantFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type GrowingPlantFeatureConfig Modifier and Type Field Description static 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
Methods in net.minecraft.world.gen.feature that return types with arguments of type GrowingPlantFeatureConfig Modifier and Type Method Description private static ConfiguredFeature<GrowingPlantFeatureConfig,?>
ConfiguredFeatures. createBigDripleafFeature(Direction blockDirection)
Method parameters in net.minecraft.world.gen.feature with type arguments of type GrowingPlantFeatureConfig Modifier and Type Method Description boolean
GrowingPlantFeature. generate(FeatureContext<GrowingPlantFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type GrowingPlantFeatureConfig Constructor Description GrowingPlantFeature(com.mojang.serialization.Codec<GrowingPlantFeatureConfig> configCodec)