Package buildcraft.transport.gui

Examples of buildcraft.transport.gui.ContainerGateInterface


    }
  }

  @Override
  public Container getGateContainer(InventoryPlayer inventory, int side) {
    ContainerGateInterface gui =  new ContainerGateInterface(inventory, wrapper);
    gui.setGate(side);
    return gui;
  }
View Full Code Here


        case GuiIds.PIPE_LOGEMERALD_ITEM:
          return new ContainerEmzuliPipe(player.inventory, (PipeItemsEmzuli) pipe.pipe);

        case GuiIds.GATES:
          return new ContainerGateInterface(player.inventory, pipe.pipe);

        default:
          return null;
      }
    } catch (Exception ex) {
View Full Code Here

TOP

Related Classes of buildcraft.transport.gui.ContainerGateInterface

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.