Uses of Class
net.minecraft.world.gen.feature.GlowLichenFeatureConfig
Packages that use GlowLichenFeatureConfig
Package
Description
The base package for all Minecraft classes.
-
Uses of GlowLichenFeatureConfig in net.minecraft
Fields in net.minecraft with type parameters of type GlowLichenFeatureConfigModifier and TypeFieldDescriptionstatic final ConfiguredFeature<GlowLichenFeatureConfig,?> class_6801.field_35777 -
Uses of GlowLichenFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type GlowLichenFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GlowLichenFeatureConfig>GlowLichenFeatureConfig.CODECstatic final Feature<GlowLichenFeatureConfig>Feature.GLOW_LICHENMethods in net.minecraft.world.gen.feature with parameters of type GlowLichenFeatureConfigModifier and TypeMethodDescriptionstatic booleanGlowLichenFeature.generate(StructureWorldAccess world, BlockPos pos, BlockState state, GlowLichenFeatureConfig config, Random random, List<Direction> directions) GlowLichenFeature.shuffleDirections(GlowLichenFeatureConfig config, Random random) GlowLichenFeature.shuffleDirections(GlowLichenFeatureConfig config, Random random, Direction excluded) Method parameters in net.minecraft.world.gen.feature with type arguments of type GlowLichenFeatureConfigModifier and TypeMethodDescriptionbooleanGlowLichenFeature.generate(FeatureContext<GlowLichenFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type GlowLichenFeatureConfigModifierConstructorDescriptionGlowLichenFeature(com.mojang.serialization.Codec<GlowLichenFeatureConfig> configCodec)