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 pLevel, BlockPos pPos, HugeFungusConfiguration pConfig, boolean pCheckConfig) private void
HugeFungusFeature.placeHat
(WorldGenLevel pLevel, RandomSource pRandom, HugeFungusConfiguration pConfig, BlockPos pPos, int pHeight, boolean pHuge) private void
HugeFungusFeature.placeHatBlock
(LevelAccessor pLevel, RandomSource pRandom, HugeFungusConfiguration pConfig, BlockPos.MutableBlockPos pPos, float pDecorationChance, float pHatChance, float pWeepingVineChance) private void
HugeFungusFeature.placeStem
(WorldGenLevel pLevel, RandomSource pRandom, HugeFungusConfiguration pConfig, BlockPos pPos, int pHeight, boolean pHuge) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeFungusConfigurationModifier and TypeMethodDescriptionboolean
HugeFungusFeature.place
(FeaturePlaceContext<HugeFungusConfiguration> pContext) 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> p_65922_)