Package forestry.mail.gui

Examples of forestry.mail.gui.GuiTradeName


    case PhilatelistGUI:
      return new GuiPhilatelist(player.inventory, (MachinePhilatelist) getTileForestry(world, x, y, z));
    case TraderGUI:
      return new GuiTrader(player.inventory, (MachineTrader) getTileForestry(world, x, y, z));
    case TraderNameGUI:
      return new GuiTradeName(player.inventory, (MachineTrader) getTileForestry(world, x, y, z));
    default:
      return null;

    }
  }
View Full Code Here

TOP

Related Classes of forestry.mail.gui.GuiTradeName

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.