Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.HugeMushroomFeatureConfiguration
Package
Description
-
Uses of HugeMushroomFeatureConfiguration in net.minecraft.data.worldgen.features
Modifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,
?>> TreeFeatures.HUGE_BROWN_MUSHROOM
static final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,
?>> TreeFeatures.HUGE_RED_MUSHROOM
-
Uses of HugeMushroomFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<HugeMushroomFeatureConfiguration>
Feature.HUGE_BROWN_MUSHROOM
static final Feature<HugeMushroomFeatureConfiguration>
Feature.HUGE_RED_MUSHROOM
Modifier and TypeMethodDescriptionprotected boolean
AbstractHugeMushroomFeature.isValidPosition
(LevelAccessor p_65099_, BlockPos p_65100_, int p_65101_, BlockPos.MutableBlockPos p_65102_, HugeMushroomFeatureConfiguration p_65103_) protected abstract void
AbstractHugeMushroomFeature.makeCap
(LevelAccessor p_65104_, Random p_65105_, BlockPos p_65106_, int p_65107_, BlockPos.MutableBlockPos p_65108_, HugeMushroomFeatureConfiguration p_65109_) protected void
HugeBrownMushroomFeature.makeCap
(LevelAccessor p_65886_, Random p_65887_, BlockPos p_65888_, int p_65889_, BlockPos.MutableBlockPos p_65890_, HugeMushroomFeatureConfiguration p_65891_) protected void
HugeRedMushroomFeature.makeCap
(LevelAccessor p_65982_, Random p_65983_, BlockPos p_65984_, int p_65985_, BlockPos.MutableBlockPos p_65986_, HugeMushroomFeatureConfiguration p_65987_) protected void
AbstractHugeMushroomFeature.placeTrunk
(LevelAccessor p_65111_, Random p_65112_, BlockPos p_65113_, HugeMushroomFeatureConfiguration p_65114_, int p_65115_, BlockPos.MutableBlockPos p_65116_) Modifier and TypeMethodDescriptionboolean
AbstractHugeMushroomFeature.place
(FeaturePlaceContext<HugeMushroomFeatureConfiguration> p_159436_) ModifierConstructorDescriptionAbstractHugeMushroomFeature
(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
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration>
HugeMushroomFeatureConfiguration.CODEC