Uses of Class
net.minecraft.world.gen.feature.LichenFeatureConfig
Packages that use LichenFeatureConfig
-
Uses of LichenFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type LichenFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LichenFeatureConfig>LichenFeatureConfig.CODECstatic final Feature<LichenFeatureConfig>Feature.GLOW_LICHENstatic final ConfiguredFeature<LichenFeatureConfig,?> UndergroundConfiguredFeatures.GLOW_LICHENMethods in net.minecraft.world.gen.feature with parameters of type LichenFeatureConfigModifier and TypeMethodDescriptionstatic booleanGlowLichenFeature.generate(StructureWorldAccess world, BlockPos pos, BlockState state, LichenFeatureConfig config, Random random, List<Direction> directions) GlowLichenFeature.shuffleDirections(LichenFeatureConfig config, Random random) GlowLichenFeature.shuffleDirections(LichenFeatureConfig config, Random random, Direction excluded) Method parameters in net.minecraft.world.gen.feature with type arguments of type LichenFeatureConfigModifier and TypeMethodDescriptionbooleanGlowLichenFeature.generate(FeatureContext<LichenFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type LichenFeatureConfigModifierConstructorDescriptionGlowLichenFeature(com.mojang.serialization.Codec<LichenFeatureConfig> configCodec)