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_MUSHROOMstatic final Feature<HugeMushroomFeatureConfiguration> Feature.HUGE_RED_MUSHROOMMethods in net.minecraft.world.level.levelgen.feature with parameters of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionprotected booleanAbstractHugeMushroomFeature.isValidPosition(LevelAccessor pLevel, BlockPos pPos, int pMaxHeight, BlockPos.MutableBlockPos pMutablePos, HugeMushroomFeatureConfiguration pConfig) protected abstract voidAbstractHugeMushroomFeature.makeCap(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, int pTreeHeight, BlockPos.MutableBlockPos pMutablePos, HugeMushroomFeatureConfiguration pConfig) protected voidHugeBrownMushroomFeature.makeCap(LevelAccessor p_225043_, RandomSource p_225044_, BlockPos p_225045_, int p_225046_, BlockPos.MutableBlockPos p_225047_, HugeMushroomFeatureConfiguration p_225048_) protected voidHugeRedMushroomFeature.makeCap(LevelAccessor p_225082_, RandomSource p_225083_, BlockPos p_225084_, int p_225085_, BlockPos.MutableBlockPos p_225086_, HugeMushroomFeatureConfiguration p_225087_) protected voidAbstractHugeMushroomFeature.placeTrunk(LevelAccessor pLevel, RandomSource pRandom, BlockPos pPos, HugeMushroomFeatureConfiguration pConfig, int pMaxHeight, BlockPos.MutableBlockPos pMutablePos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifier and TypeMethodDescriptionbooleanAbstractHugeMushroomFeature.place(FeaturePlaceContext<HugeMushroomFeatureConfiguration> p_159436_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HugeMushroomFeatureConfigurationModifierConstructorDescriptionAbstractHugeMushroomFeature(com.mojang.serialization.Codec<HugeMushroomFeatureConfiguration> p_65093_) 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