Uses of Class
net.minecraft.world.level.levelgen.feature.HugeFungusConfiguration
Packages that use HugeFungusConfiguration
Package
Description
-
Uses of HugeFungusConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type HugeFungusConfigurationModifier and TypeFieldDescriptionstatic ConfiguredFeature<HugeFungusConfiguration,?>
Features.CRIMSON_FUNGI_PLANTED
static ConfiguredFeature<HugeFungusConfiguration,?>
Features.WARPED_FUNGI_PLANTED
-
Uses of HugeFungusConfiguration in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type HugeFungusConfigurationModifier and TypeFieldDescriptionprivate Supplier<ConfiguredFeature<HugeFungusConfiguration,?>>
FungusBlock.feature
Constructor parameters in net.minecraft.world.level.block with type arguments of type HugeFungusConfigurationModifierConstructorDescriptionFungusBlock(BlockBehaviour.Properties p_53600_, Supplier<ConfiguredFeature<HugeFungusConfiguration,?>> p_53601_)
-
Uses of HugeFungusConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as HugeFungusConfigurationModifier and TypeFieldDescriptionstatic HugeFungusConfiguration
HugeFungusConfiguration.HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIG
static HugeFungusConfiguration
HugeFungusConfiguration.HUGE_CRIMSON_FUNGI_PLANTED_CONFIG
static HugeFungusConfiguration
HugeFungusConfiguration.HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIG
static HugeFungusConfiguration
HugeFungusConfiguration.HUGE_WARPED_FUNGI_PLANTED_CONFIG
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type HugeFungusConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<HugeFungusConfiguration>
HugeFungusConfiguration.CODEC
static Feature<HugeFungusConfiguration>
Feature.HUGE_FUNGUS
Methods in net.minecraft.world.level.levelgen.feature with parameters of type HugeFungusConfigurationModifier and TypeMethodDescriptionprivate void
HugeFungusFeature.placeHat(LevelAccessor p_65968_, Random p_65969_, HugeFungusConfiguration p_65970_, BlockPos p_65971_, int p_65972_, boolean p_65973_)
private void
HugeFungusFeature.placeHatBlock(LevelAccessor p_65928_, Random p_65929_, HugeFungusConfiguration p_65930_, BlockPos.MutableBlockPos p_65931_, float p_65932_, float p_65933_, float p_65934_)
private void
HugeFungusFeature.placeStem(LevelAccessor p_65936_, Random p_65937_, HugeFungusConfiguration p_65938_, BlockPos p_65939_, int p_65940_, boolean p_65941_)
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeFungusConfigurationModifier and TypeMethodDescriptionboolean
HugeFungusFeature.place(FeaturePlaceContext<HugeFungusConfiguration> p_159878_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeFungusConfigurationModifierConstructorDescriptionHugeFungusFeature(com.mojang.serialization.Codec<HugeFungusConfiguration> p_65922_)