/**
  * This method interfaces between the key listener for the player pressing E and the client
  * sending the appropriate message.
  */
 public void sendPickup() {
   client.sendPickup();
 }