Examples of GuiAirGrateModule


Examples of pneumaticCraft.client.gui.tubemodule.GuiAirGrateModule

            case GUI_ID_DRONE:
                return new GuiDrone(new ContainerChargingStationItemInventory(player.inventory, (TileEntityChargingStation)world.getTileEntity(x, y, z)), (TileEntityChargingStation)world.getTileEntity(x, y, z));
            case GUI_ID_PRESSURE_MODULE:
                return new GuiPressureModule(player, x, y, z);
            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));
        }
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.