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_PLANTEDstatic 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.featureConstructor 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 HugeFungusConfigurationHugeFungusConfiguration.HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIGstatic HugeFungusConfigurationHugeFungusConfiguration.HUGE_CRIMSON_FUNGI_PLANTED_CONFIGstatic HugeFungusConfigurationHugeFungusConfiguration.HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIGstatic HugeFungusConfigurationHugeFungusConfiguration.HUGE_WARPED_FUNGI_PLANTED_CONFIGFields in net.minecraft.world.level.levelgen.feature with type parameters of type HugeFungusConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<HugeFungusConfiguration>HugeFungusConfiguration.CODECstatic Feature<HugeFungusConfiguration>Feature.HUGE_FUNGUSMethods in net.minecraft.world.level.levelgen.feature with parameters of type HugeFungusConfigurationModifier and TypeMethodDescriptionprivate voidHugeFungusFeature.placeHat(LevelAccessor p_65968_, Random p_65969_, HugeFungusConfiguration p_65970_, BlockPos p_65971_, int p_65972_, boolean p_65973_)private voidHugeFungusFeature.placeHatBlock(LevelAccessor p_65928_, Random p_65929_, HugeFungusConfiguration p_65930_, BlockPos.MutableBlockPos p_65931_, float p_65932_, float p_65933_, float p_65934_)private voidHugeFungusFeature.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 TypeMethodDescriptionbooleanHugeFungusFeature.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_)