Package buildcraft.transport.gui

Examples of buildcraft.transport.gui.GuiEmeraldPipe


      switch (id) {
        case GuiIds.PIPE_DIAMOND:
          return new GuiDiamondPipe(player.inventory, (PipeItemsDiamond) pipe.pipe);

        case GuiIds.PIPE_EMERALD_ITEM:
          return new GuiEmeraldPipe(player.inventory, (PipeItemsEmerald) pipe.pipe);

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

        case GuiIds.GATES:
View Full Code Here

TOP

Related Classes of buildcraft.transport.gui.GuiEmeraldPipe

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.