Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.MultifaceGrowthConfiguration
Packages that use MultifaceGrowthConfiguration
Package
Description
-
Uses of MultifaceGrowthConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type MultifaceGrowthConfigurationModifier and TypeFieldDescriptionstatic final Feature
<MultifaceGrowthConfiguration> Feature.MULTIFACE_GROWTH
Methods in net.minecraft.world.level.levelgen.feature with parameters of type MultifaceGrowthConfigurationModifier and TypeMethodDescriptionstatic boolean
MultifaceGrowthFeature.placeGrowthIfPossible
(WorldGenLevel pLevel, BlockPos pPos, BlockState pState, MultifaceGrowthConfiguration pConfig, RandomSource pRandom, List<Direction> pDirections) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MultifaceGrowthConfigurationModifier and TypeMethodDescriptionboolean
MultifaceGrowthFeature.place
(FeaturePlaceContext<MultifaceGrowthConfiguration> pContext) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MultifaceGrowthConfigurationModifierConstructorDescriptionMultifaceGrowthFeature
(com.mojang.serialization.Codec<MultifaceGrowthConfiguration> p_225156_) -
Uses of MultifaceGrowthConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type MultifaceGrowthConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<MultifaceGrowthConfiguration> MultifaceGrowthConfiguration.CODEC