Examples of GuiTrader


Examples of forestry.mail.gui.GuiTrader

    case MailboxGUI:
      return new GuiMailbox(player.inventory, (MachineMailbox) getTileForestry(world, x, y, z));
    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
Copyright © 2018 www.massapi.com. 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.