Uses of Class
net.minecraft.world.gen.feature.HugeMushroomFeatureConfig
-
Uses of HugeMushroomFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<HugeMushroomFeatureConfig>
HugeMushroomFeatureConfig.CODEC
static final Feature<HugeMushroomFeatureConfig>
Feature.HUGE_BROWN_MUSHROOM
static final Feature<HugeMushroomFeatureConfig>
Feature.HUGE_RED_MUSHROOM
Modifier and TypeMethodDescriptionprotected boolean
HugeMushroomFeature.canGenerate
(WorldAccess world, BlockPos pos, int height, BlockPos.Mutable mutablePos, HugeMushroomFeatureConfig config) protected void
HugeBrownMushroomFeature.generateCap
(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config) protected abstract void
HugeMushroomFeature.generateCap
(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config) protected void
HugeRedMushroomFeature.generateCap
(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config) protected void
HugeMushroomFeature.generateStem
(WorldAccess world, Random random, BlockPos pos, HugeMushroomFeatureConfig config, int height, BlockPos.Mutable mutablePos) Modifier and TypeMethodDescriptionboolean
HugeMushroomFeature.generate
(FeatureContext<HugeMushroomFeatureConfig> context) ModifierConstructorDescriptionHugeBrownMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec) HugeMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec) HugeRedMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec)