case GUI_ID_OMNIDIRECTIONAL_HOPPER:
return new GuiOmnidirectionalHopper(player.inventory, (TileEntityOmnidirectionalHopper)world.getTileEntity(x, y, z));
case GUI_ID_PROGRAMMER:
return new GuiProgrammer(player.inventory, (TileEntityProgrammer)world.getTileEntity(x, y, z));
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: