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 level, BlockPos pos, int maxHeight, BlockPos.MutableBlockPos mutablePos, HugeMushroomFeatureConfiguration config) protected abstract void
AbstractHugeMushroomFeature.makeCap
(LevelAccessor level, RandomSource random, BlockPos pos, int treeHeight, BlockPos.MutableBlockPos mutablePos, HugeMushroomFeatureConfiguration config) 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 level, RandomSource random, BlockPos pos, HugeMushroomFeatureConfiguration config, int maxHeight, BlockPos.MutableBlockPos mutablePos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionboolean
AbstractHugeMushroomFeature.place
(FeaturePlaceContext<HugeMushroomFeatureConfiguration> context) 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> codec) 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