Package forestry.farming.gui

Examples of forestry.farming.gui.ContainerFarm


    switch (GuiId.values()[id]) {
    case MultiFarmGUI:
      TileFarmPlain tile = (TileFarmPlain) getTileForestry(world, x, y, z);
      Proxies.net.sendToPlayer(new PacketSocketUpdate(PacketIds.SOCKET_UPDATE, x, y, z, tile), player);
      return new ContainerFarm(player.inventory, tile);
    default:
      return null;

    }
  }
View Full Code Here

TOP

Related Classes of forestry.farming.gui.ContainerFarm

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.