Package pneumaticCraft.common.thirdparty.cofh

Examples of pneumaticCraft.common.thirdparty.cofh.GuiFluxCompressor


            case GUI_ID_AIR_GRATE_MODULE:
                return new GuiAirGrateModule(player, x, y, z);
            case GUI_ID_PNEUMATIC_DYNAMO:
                return new GuiPneumaticDynamo(player.inventory, (TileEntityPneumaticDynamo)world.getTileEntity(x, y, z));
            case GUI_ID_FLUX_COMPRESSOR:
                return new GuiFluxCompressor(player.inventory, (TileEntityFluxCompressor)world.getTileEntity(x, y, z));
        }
        return null;
    }
View Full Code Here

TOP

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

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.