Uses of Class
net.minecraft.world.gen.feature.GlowLichenFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of GlowLichenFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type GlowLichenFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<GlowLichenFeatureConfig>
GlowLichenFeatureConfig. CODEC
static Feature<GlowLichenFeatureConfig>
Feature. GLOW_LICHEN
Methods in net.minecraft.world.gen.feature with parameters of type GlowLichenFeatureConfig Modifier and Type Method Description static boolean
GlowLichenFeature. generate(StructureWorldAccess world, BlockPos pos, BlockState state, GlowLichenFeatureConfig config, Random random, List<Direction> directions)
static List<Direction>
GlowLichenFeature. shuffleDirections(GlowLichenFeatureConfig config, Random random)
static List<Direction>
GlowLichenFeature. shuffleDirections(GlowLichenFeatureConfig config, Random random, Direction excluded)
Method parameters in net.minecraft.world.gen.feature with type arguments of type GlowLichenFeatureConfig Modifier and Type Method Description boolean
GlowLichenFeature. generate(FeatureContext<GlowLichenFeatureConfig> context)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type GlowLichenFeatureConfig Constructor Description GlowLichenFeature(com.mojang.serialization.Codec<GlowLichenFeatureConfig> configCodec)