Uses of Class
net.minecraft.block.AbstractLichenBlock
Packages that use AbstractLichenBlock
-
Uses of AbstractLichenBlock in net.minecraft.block
Subclasses of AbstractLichenBlock in net.minecraft.blockFields in net.minecraft.block declared as AbstractLichenBlockModifier and TypeFieldDescriptionprotected AbstractLichenBlock
LichenGrower.LichenGrowChecker.lichen
Constructors in net.minecraft.block with parameters of type AbstractLichenBlockModifierConstructorDescriptionLichenGrowChecker
(AbstractLichenBlock lichen) LichenGrower
(AbstractLichenBlock lichen) -
Uses of AbstractLichenBlock in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as AbstractLichenBlockModifier and TypeFieldDescriptionprivate static final AbstractLichenBlock
UndergroundConfiguredFeatures.GLOW_LICHEN_BLOCK
final AbstractLichenBlock
MultifaceGrowthFeatureConfig.lichen
private static final AbstractLichenBlock
UndergroundConfiguredFeatures.SCULK_VEIN_BLOCK
Methods in net.minecraft.world.gen.feature that return types with arguments of type AbstractLichenBlockModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<AbstractLichenBlock>
MultifaceGrowthFeatureConfig.validateBlock
(Block block) Constructors in net.minecraft.world.gen.feature with parameters of type AbstractLichenBlockModifierConstructorDescriptionMultifaceGrowthFeatureConfig
(AbstractLichenBlock lichen, int searchRange, boolean placeOnFloor, boolean placeOnCeiling, boolean placeOnWalls, float spreadChance, RegistryEntryList<Block> canPlaceOn)