Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.HugeMushroomFeatureConfiguration
Packages that use HugeMushroomFeatureConfiguration
Package
Description
-
Uses of HugeMushroomFeatureConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type HugeMushroomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,?>> TreeFeatures.HUGE_BROWN_MUSHROOMstatic final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,?>> TreeFeatures.HUGE_RED_MUSHROOM -
Uses of HugeMushroomFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type HugeMushroomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<HugeMushroomFeatureConfiguration>Feature.HUGE_BROWN_MUSHROOMstatic final Feature<HugeMushroomFeatureConfiguration>Feature.HUGE_RED_MUSHROOMMethods in net.minecraft.world.level.levelgen.feature with parameters of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionprotected booleanAbstractHugeMushroomFeature.isValidPosition(LevelAccessor p_65099_, BlockPos p_65100_, int p_65101_, BlockPos.MutableBlockPos p_65102_, HugeMushroomFeatureConfiguration p_65103_) protected abstract voidAbstractHugeMushroomFeature.makeCap(LevelAccessor p_65104_, Random p_65105_, BlockPos p_65106_, int p_65107_, BlockPos.MutableBlockPos p_65108_, HugeMushroomFeatureConfiguration p_65109_) protected voidHugeBrownMushroomFeature.makeCap(LevelAccessor p_65886_, Random p_65887_, BlockPos p_65888_, int p_65889_, BlockPos.MutableBlockPos p_65890_, HugeMushroomFeatureConfiguration p_65891_) protected voidHugeRedMushroomFeature.makeCap(LevelAccessor p_65982_, Random p_65983_, BlockPos p_65984_, int p_65985_, BlockPos.MutableBlockPos p_65986_, HugeMushroomFeatureConfiguration p_65987_) protected voidAbstractHugeMushroomFeature.placeTrunk(LevelAccessor p_65111_, Random p_65112_, BlockPos p_65113_, HugeMushroomFeatureConfiguration p_65114_, int p_65115_, BlockPos.MutableBlockPos p_65116_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionbooleanAbstractHugeMushroomFeature.place(FeaturePlaceContext<HugeMushroomFeatureConfiguration> p_159436_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifierConstructorDescriptionAbstractHugeMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration> p_65093_) HugeBrownMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration> p_65879_) HugeRedMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration> p_65975_) -
Uses of HugeMushroomFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type HugeMushroomFeatureConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration>HugeMushroomFeatureConfiguration.CODEC