Rewrite IBindable to provide an object instead of storing 2 strings

This commit is contained in:
Nicholas Ignoffo 2018-02-27 16:59:51 -08:00
parent 941173dbf4
commit 2a43e53842
47 changed files with 416 additions and 510 deletions

View file

@ -197,7 +197,7 @@ public class GuiItemRoutingNode extends GuiContainer {
// {
// if (slotInd == 0)
// {
// this.nameField.setText(stack == null ? "" : stack.getDisplayName());
// this.nameField.setText(stack == null ? "" : stack.getOwnerName());
// this.nameField.setEnabled(stack != null);
//
// if (stack != null)