Uses of Class
net.minecraft.world.gen.feature.HugeMushroomFeatureConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of HugeMushroomFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type HugeMushroomFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<HugeMushroomFeatureConfig>HugeMushroomFeatureConfig. CODECstatic Feature<HugeMushroomFeatureConfig>Feature. HUGE_BROWN_MUSHROOMstatic Feature<HugeMushroomFeatureConfig>Feature. HUGE_RED_MUSHROOMMethods in net.minecraft.world.gen.feature with parameters of type HugeMushroomFeatureConfig Modifier and Type Method Description protected booleanHugeMushroomFeature. canGenerate(WorldAccess world, BlockPos pos, int height, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config)protected voidHugeBrownMushroomFeature. generateCap(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config)protected abstract voidHugeMushroomFeature. generateCap(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config)protected voidHugeRedMushroomFeature. generateCap(WorldAccess world, Random random, BlockPos start, int y, BlockPos.Mutable mutable, HugeMushroomFeatureConfig config)protected voidHugeMushroomFeature. generateStem(WorldAccess world, Random random, BlockPos pos, HugeMushroomFeatureConfig config, int height, BlockPos.Mutable mutable)Method parameters in net.minecraft.world.gen.feature with type arguments of type HugeMushroomFeatureConfig Modifier and Type Method Description booleanHugeMushroomFeature. generate(FeatureContext<HugeMushroomFeatureConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type HugeMushroomFeatureConfig Constructor Description HugeBrownMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec)HugeMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec)HugeRedMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfig> configCodec)