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.CODECstatic final Feature<HugeFungusConfiguration> Feature.HUGE_FUNGUSMethods in net.minecraft.world.level.levelgen.feature with parameters of type HugeFungusConfigurationModifier and TypeMethodDescriptionprivate static booleanHugeFungusFeature.isReplaceable(WorldGenLevel level, BlockPos pos, HugeFungusConfiguration config, boolean checkConfig) private voidHugeFungusFeature.placeHat(WorldGenLevel level, RandomSource random, HugeFungusConfiguration config, BlockPos pos, int height, boolean huge) private voidHugeFungusFeature.placeHatBlock(LevelAccessor level, RandomSource random, HugeFungusConfiguration config, BlockPos.MutableBlockPos pos, float decorationChance, float hatChance, float weepingVineChance) private voidHugeFungusFeature.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 TypeMethodDescriptionbooleanHugeFungusFeature.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)