Package paulevs.edenring.interfaces
Interface PottedPlant
- All Known Implementing Classes:
AuritisSaplingBlock,PottableSaplings
public interface PottedPlant
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanbooleancanPlantOn(net.minecraft.world.level.block.Block block) default String
-
Method Details
-
canPlantOn
boolean canPlantOn(net.minecraft.world.level.block.Block block) -
canBePotted
default boolean canBePotted() -
getPottedState
-