Removed Extra Grids Based on API Change.

This commit is contained in:
AlgorithmX2
2014-02-04 10:11:29 -06:00
parent dc754b4989
commit aed1c9b82c
9 changed files with 52 additions and 44 deletions
+3 -3
View File
@@ -51,14 +51,14 @@ public class GridStorageCache implements IStorageGrid
}
@Override
public void onUpdateTick(IGrid grid)
public void onUpdateTick()
{
itemMonitor.onTick();
fluidMonitor.onTick();
}
@Override
public void removeNode(IGrid grid, IGridNode node, IGridHost machine)
public void removeNode(IGridNode node, IGridHost machine)
{
if ( machine instanceof ICellContainer )
{
@@ -90,7 +90,7 @@ public class GridStorageCache implements IStorageGrid
}
@Override
public void addNode(IGrid grid, IGridNode node, IGridHost machine)
public void addNode(IGridNode node, IGridHost machine)
{
if ( machine instanceof ICellContainer )
{