Package forestry.mail.gui

Examples of forestry.mail.gui.ContainerMailbox


        return new ContainerLetter(player, new LetterInventory(getEquippedItem(player)));
      else
        return null;

    case MailboxGUI:
      return new ContainerMailbox(player.inventory, (MachineMailbox) getTileForestry(world, x, y, z));
    case PhilatelistGUI:
      return new ContainerPhilatelist(player.inventory, (MachinePhilatelist) getTileForestry(world, x, y, z));
    case TraderGUI:
      return new ContainerTrader(player.inventory, (MachineTrader) getTileForestry(world, x, y, z));
    case TraderNameGUI:
View Full Code Here

TOP

Related Classes of forestry.mail.gui.ContainerMailbox

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.