Package pneumaticCraft.common.thirdparty.cofh

Examples of pneumaticCraft.common.thirdparty.cofh.ContainerRF


                return new ContainerOmnidirectionalHopper(player.inventory, (TileEntityOmnidirectionalHopper)world.getTileEntity(x, y, z));
            case GUI_ID_PROGRAMMER:
                return new ContainerProgrammer(player.inventory, (TileEntityProgrammer)world.getTileEntity(x, y, z));
            case GUI_ID_PNEUMATIC_DYNAMO:
            case GUI_ID_FLUX_COMPRESSOR:
                return new ContainerRF(player.inventory, world.getTileEntity(x, y, z));
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.thirdparty.cofh.ContainerRF

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.