Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.HugeMushroomFeatureConfiguration
Packages that use HugeMushroomFeatureConfiguration
Package
Description
-
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_MUSHROOM
static final Feature
<HugeMushroomFeatureConfiguration> Feature.HUGE_RED_MUSHROOM
Methods in net.minecraft.world.level.levelgen.feature with parameters of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionprotected boolean
AbstractHugeMushroomFeature.isValidPosition
(LevelAccessor pLevel, BlockPos pPos, int pMaxHeight, BlockPos.MutableBlockPos pMutablePos, HugeMushroomFeatureConfiguration pConfig) protected abstract void
AbstractHugeMushroomFeature.makeCap
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, int pTreeHeight, BlockPos.MutableBlockPos pMutablePos, HugeMushroomFeatureConfiguration pConfig) protected void
HugeBrownMushroomFeature.makeCap
(LevelAccessor p_225043_, RandomSource p_225044_, BlockPos p_225045_, int p_225046_, BlockPos.MutableBlockPos p_225047_, HugeMushroomFeatureConfiguration p_225048_) protected void
HugeRedMushroomFeature.makeCap
(LevelAccessor p_225082_, RandomSource p_225083_, BlockPos p_225084_, int p_225085_, BlockPos.MutableBlockPos p_225086_, HugeMushroomFeatureConfiguration p_225087_) protected void
AbstractHugeMushroomFeature.placeTrunk
(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, HugeMushroomFeatureConfiguration pConfig, int pMaxHeight, BlockPos.MutableBlockPos pMutablePos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionboolean
AbstractHugeMushroomFeature.place
(FeaturePlaceContext<HugeMushroomFeatureConfiguration> pContext) Places the given feature at the given location.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