So, I wanted to make an electric Energystorage (Machines are EU-Storages), which can also store Liquids. Now I have the Problem that both Interfaces "ILiquidTank" and "IEnergyStorage" have a Function called "getCapacity()", so you can guess that there is a Problem.
How the fuck am I supposed to seperate them? If someone knows a way, then please tell me. I know its more Forges fault as they made the Method after IC², but I want to know how to fix that.
I already tried to add the Class-Hierarchy behind the Functions Name, but then Ecplise mauls around.