Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.GrowingPlantConfiguration
Packages that use GrowingPlantConfiguration
Package
Description
-
Uses of GrowingPlantConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type GrowingPlantConfigurationModifier and TypeFieldDescriptionstatic ConfiguredFeature<GrowingPlantConfiguration,?>
Features.CAVE_VINE
static ConfiguredFeature<GrowingPlantConfiguration,?>
Features.CAVE_VINE_IN_MOSS
Methods in net.minecraft.data.worldgen that return types with arguments of type GrowingPlantConfigurationModifier and TypeMethodDescriptionprivate static ConfiguredFeature<GrowingPlantConfiguration,?>
Features.makeDripleaf(Direction p_176957_)
-
Uses of GrowingPlantConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type GrowingPlantConfigurationMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type GrowingPlantConfigurationModifier and TypeMethodDescriptionboolean
GrowingPlantFeature.place(FeaturePlaceContext<GrowingPlantConfiguration> p_159865_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type GrowingPlantConfigurationModifierConstructorDescriptionGrowingPlantFeature(com.mojang.serialization.Codec<GrowingPlantConfiguration> p_159863_)
-
Uses of GrowingPlantConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type GrowingPlantConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GrowingPlantConfiguration>
GrowingPlantConfiguration.CODEC