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 AbstractLichenBlockLichenGrower.LichenGrowChecker.lichenConstructors 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 AbstractLichenBlockUndergroundConfiguredFeatures.GLOW_LICHEN_BLOCKfinal AbstractLichenBlockMultifaceGrowthFeatureConfig.lichenprivate static final AbstractLichenBlockUndergroundConfiguredFeatures.SCULK_VEIN_BLOCKMethods 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)