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_GROWTHMethods in net.minecraft.world.level.levelgen.feature with parameters of type MultifaceGrowthConfigurationModifier and TypeMethodDescriptionstatic booleanMultifaceGrowthFeature.placeGrowthIfPossible(WorldGenLevel level, BlockPos pos, BlockState state, MultifaceGrowthConfiguration config, RandomSource random, List<Direction> directions) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type MultifaceGrowthConfigurationModifier and TypeMethodDescriptionbooleanMultifaceGrowthFeature.place(FeaturePlaceContext<MultifaceGrowthConfiguration> context) 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> codec) -
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