Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.GlowLichenConfiguration
Packages that use GlowLichenConfiguration
Package
Description
-
Uses of GlowLichenConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type GlowLichenConfigurationMethods in net.minecraft.world.level.levelgen.feature with parameters of type GlowLichenConfigurationModifier 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_)
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type GlowLichenConfigurationModifier and TypeMethodDescriptionboolean
GlowLichenFeature.place(FeaturePlaceContext<GlowLichenConfiguration> p_159847_)
Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type GlowLichenConfigurationModifierConstructorDescriptionGlowLichenFeature(com.mojang.serialization.Codec<GlowLichenConfiguration> p_159838_)
-
Uses of GlowLichenConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type GlowLichenConfigurationModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<GlowLichenConfiguration>
GlowLichenConfiguration.CODEC