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_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 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 booleanGrowingPlantFeature. 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)