package kubatech.api; import net.minecraft.block.Block; public interface IBlockStemAccesor { Block getCropBlock(); }