Removed Old RF Api.

This commit is contained in:
AlgorithmX2
2014-05-09 09:42:52 -05:00
parent 5675f5c5fd
commit 98fc460da0
5 changed files with 22 additions and 26 deletions
@@ -1,4 +1,5 @@
package appeng.integration.modules.helpers;
import net.minecraftforge.common.util.ForgeDirection;
import cofh.api.energy.IEnergyHandler;
@@ -29,15 +30,10 @@ public class NullRFHandler implements IEnergyHandler
return 0;
}
@Deprecated
public boolean canInterface(ForgeDirection from)
@Override
public boolean canConnectEnergy(ForgeDirection from)
{
return true;
}
@Override
public boolean canConnectEnergy(ForgeDirection from) {
return true;
}
}