Examples of GuiEmzuliPipe


Examples of buildcraft.transport.gui.GuiEmzuliPipe

        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:
          return new GuiGateInterface(player.inventory, pipe.pipe);

        default:
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.