Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.GlowLichenConfiguration
Package
Description
-
Uses of GlowLichenConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionGlowLichenFeature.getShuffledDirections(GlowLichenConfiguration p_159849_, Random p_159850_)
GlowLichenFeature.getShuffledDirectionsExcept(GlowLichenConfiguration p_159852_, Random p_159853_, Direction p_159854_)
static boolean
GlowLichenFeature.placeGlowLichenIfPossible(WorldGenLevel p_159840_, BlockPos p_159841_, BlockState p_159842_, GlowLichenConfiguration p_159843_, Random p_159844_, List<Direction> p_159845_)
Modifier and TypeMethodDescriptionboolean
GlowLichenFeature.place(FeaturePlaceContext<GlowLichenConfiguration> p_159847_)
ModifierConstructorDescriptionGlowLichenFeature(com.mojang.serialization.Codec<GlowLichenConfiguration> p_159838_)
-
Uses of GlowLichenConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GlowLichenConfiguration>
GlowLichenConfiguration.CODEC