Uses of Class
net.minecraft.world.level.levelgen.feature.HugeFungusConfiguration
Packages that use HugeFungusConfiguration
-
Uses of HugeFungusConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type HugeFungusConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<HugeFungusConfiguration> HugeFungusConfiguration.CODEC
static final Feature
<HugeFungusConfiguration> Feature.HUGE_FUNGUS
Methods in net.minecraft.world.level.levelgen.feature with parameters of type HugeFungusConfigurationModifier and TypeMethodDescriptionprivate static boolean
HugeFungusFeature.isReplaceable
(WorldGenLevel level, BlockPos pos, HugeFungusConfiguration config, boolean checkConfig) private void
HugeFungusFeature.placeHat
(WorldGenLevel level, RandomSource random, HugeFungusConfiguration config, BlockPos pos, int height, boolean huge) private void
HugeFungusFeature.placeHatBlock
(LevelAccessor level, RandomSource random, HugeFungusConfiguration config, BlockPos.MutableBlockPos pos, float decorationChance, float hatChance, float weepingVineChance) private void
HugeFungusFeature.placeStem
(WorldGenLevel level, RandomSource random, HugeFungusConfiguration config, BlockPos pos, int height, boolean huge) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeFungusConfigurationModifier and TypeMethodDescriptionboolean
HugeFungusFeature.place
(FeaturePlaceContext<HugeFungusConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeFungusConfigurationModifierConstructorDescriptionHugeFungusFeature
(com.mojang.serialization.Codec<HugeFungusConfiguration> codec)