/**
  * Gets the computer corresponding to this TileEntity, on the Client side.
  *
  * @return The matching computer.
  */
 public IClientComputer getClientComputer() {
   return ComputerManager.getClientComputer(computerID);
 }