Uses of Record 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
Subclasses with type arguments of type HugeMushroomFeatureConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type HugeMushroomFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<HugeMushroomFeatureConfiguration> Feature.HUGE_BROWN_MUSHROOMstatic final Feature<HugeMushroomFeatureConfiguration> Feature.HUGE_RED_MUSHROOMMethods in net.minecraft.world.level.levelgen.feature with parameters of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionprotected booleanAbstractHugeMushroomFeature.isValidPosition(WorldGenLevel level, BlockPos origin, int treeHeight, BlockPos.MutableBlockPos blockPos, HugeMushroomFeatureConfiguration config) protected abstract voidAbstractHugeMushroomFeature.makeCap(LevelAccessor level, RandomSource random, BlockPos origin, int treeHeight, BlockPos.MutableBlockPos blockPos, HugeMushroomFeatureConfiguration config) protected voidHugeBrownMushroomFeature.makeCap(LevelAccessor level, RandomSource random, BlockPos origin, int treeHeight, BlockPos.MutableBlockPos blockPos, HugeMushroomFeatureConfiguration config) protected voidHugeRedMushroomFeature.makeCap(LevelAccessor level, RandomSource random, BlockPos origin, int treeHeight, BlockPos.MutableBlockPos blockPos, HugeMushroomFeatureConfiguration config) protected voidAbstractHugeMushroomFeature.placeTrunk(LevelAccessor level, RandomSource random, BlockPos origin, HugeMushroomFeatureConfiguration config, int treeHeight, BlockPos.MutableBlockPos blockPos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionbooleanAbstractHugeMushroomFeature.place(FeaturePlaceContext<HugeMushroomFeatureConfiguration> context) 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> codec) HugeRedMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration> codec) -
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