case GUI_ID_PNEUMATIC_HELMET:
return new GuiPneumaticHelmet(new ContainerChargingStationItemInventory(player.inventory, (TileEntityChargingStation)world.getTileEntity(x, y, z)), (TileEntityChargingStation)world.getTileEntity(x, y, z));
case GUI_ID_PRESSURE_CHAMBER_INTERFACE:
return new GuiPressureChamberInterface(player.inventory, (TileEntityPressureChamberInterface)world.getTileEntity(x, y, z));
case GUI_ID_VACUUM_PUMP:
return new GuiVacuumPump(player.inventory, (TileEntityVacuumPump)world.getTileEntity(x, y, z));
case GUI_ID_PNEUMATIC_DOOR:
return new GuiPneumaticDoor(player.inventory, (TileEntityPneumaticDoorBase)world.getTileEntity(x, y, z));
case GUI_ID_ASSEMBLY_CONTROLLER:
return new GuiAssemblyController(player.inventory, (TileEntityAssemblyController)world.getTileEntity(x, y, z));
case GUI_ID_UV_LIGHT_BOX: