Removed Old RF Api.
This commit is contained in:
@@ -34,12 +34,6 @@ public abstract class RedstoneFlux extends RotaryCraft implements IEnergyHandler
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
final public boolean canInterface(ForgeDirection from)
|
||||
{
|
||||
return canConnectEnergy(from);
|
||||
}
|
||||
|
||||
final public boolean canConnectEnergy(ForgeDirection from)
|
||||
{
|
||||
return internalCanAcceptPower && getPowerSides().contains( from );
|
||||
|
||||
Reference in New Issue
Block a user