1.8.8 + deleted all integration can be recovered later or something.

This commit is contained in:
AlgorithmX2
2015-12-31 17:19:44 -06:00
parent 2e51ea5f78
commit 71afa9bf53
142 changed files with 386 additions and 7919 deletions
@@ -67,9 +67,10 @@ public class NetworkToolViewer implements INetworkTool
}
@Override
public ItemStack getStackInSlotOnClosing( final int i )
public ItemStack removeStackFromSlot(
int i )
{
return this.inv.getStackInSlotOnClosing( i );
return this.inv.removeStackFromSlot( i );
}
@Override
@@ -79,9 +80,9 @@ public class NetworkToolViewer implements INetworkTool
}
@Override
public String getCommandSenderName()
public String getName()
{
return this.inv.getCommandSenderName();
return this.inv.getName();
}
@Override