Uses of Class
net.minecraft.world.gen.feature.GlowLichenFeatureConfig
-
Uses of GlowLichenFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GlowLichenFeatureConfig>
GlowLichenFeatureConfig.CODEC
static Feature<GlowLichenFeatureConfig>
Feature.GLOW_LICHEN
Modifier and TypeMethodDescriptionstatic boolean
GlowLichenFeature.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)
Modifier and TypeMethodDescriptionboolean
GlowLichenFeature.generate(FeatureContext<GlowLichenFeatureConfig> context)
ModifierConstructorDescriptionGlowLichenFeature(com.mojang.serialization.Codec<GlowLichenFeatureConfig> configCodec)