Uses of Class
net.minecraft.world.gen.feature.GlowLichenFeatureConfig
Packages that use GlowLichenFeatureConfig
-
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 RegistryEntry<ConfiguredFeature<GlowLichenFeatureConfig,?>> UndergroundConfiguredFeatures.GLOW_LICHENstatic final Feature<GlowLichenFeatureConfig>Feature.MULTIFACE_GROWTHstatic final RegistryEntry<ConfiguredFeature<GlowLichenFeatureConfig,?>> UndergroundConfiguredFeatures.SCULK_VEINMethods in net.minecraft.world.gen.feature with parameters of type GlowLichenFeatureConfigModifier and TypeMethodDescriptionstatic booleanGlowLichenFeature.generate(StructureWorldAccess world, BlockPos pos, BlockState state, GlowLichenFeatureConfig config, AbstractRandom abstractRandom, List<Direction> directions) GlowLichenFeature.shuffleDirections(GlowLichenFeatureConfig config, AbstractRandom abstractRandom) GlowLichenFeature.shuffleDirections(GlowLichenFeatureConfig config, AbstractRandom abstractRandom, 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)