Uses of Class
net.minecraft.world.gen.feature.HugeMushroomFeatureConfig
Packages that use HugeMushroomFeatureConfig
-
Uses of HugeMushroomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type HugeMushroomFeatureConfigModifier 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
Methods in net.minecraft.world.gen.feature with parameters of type HugeMushroomFeatureConfigModifier 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) Method parameters in net.minecraft.world.gen.feature with type arguments of type HugeMushroomFeatureConfigModifier and TypeMethodDescriptionboolean
HugeMushroomFeature.generate
(FeatureContext<HugeMushroomFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type HugeMushroomFeatureConfigModifierConstructorDescriptionHugeBrownMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec) HugeMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec) HugeRedMushroomFeature
(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec)