Updated RF Api ( should work for old api too - at least temporary ).
This commit is contained in:
@@ -17,12 +17,6 @@ public class NullRFHandler implements IEnergyHandler
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canInterface(ForgeDirection from)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getEnergyStored(ForgeDirection from)
|
||||
{
|
||||
@@ -35,4 +29,15 @@ public class NullRFHandler implements IEnergyHandler
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean canInterface(ForgeDirection from)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canConnectEnergy(ForgeDirection from) {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user