Package buildcraft.transport.gui

Examples of buildcraft.transport.gui.ContainerEmzuliPipe


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

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

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

        default:
View Full Code Here

TOP

Related Classes of buildcraft.transport.gui.ContainerEmzuliPipe

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.