Package net.minecraft.src.buildcraft.additionalpipes.gui

Examples of net.minecraft.src.buildcraft.additionalpipes.gui.ContainerTeleportPipe


        }
       
        switch(ID) {
            case NetworkID.GUI_PIPE_TP:
              sendPipeDesc( (TileGenericPipe) tile, (EntityPlayerMP) player);
                return new ContainerTeleportPipe();
               
            case NetworkID.GUI_PIPE_DIST:
              sendPipeDesc( (TileGenericPipe) tile, (EntityPlayerMP) player);
                return null;
               
View Full Code Here

TOP

Related Classes of net.minecraft.src.buildcraft.additionalpipes.gui.ContainerTeleportPipe

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.