/** Throws the fieldSign back at the player */
 public void eject() {
   Helper.dropBlockWipe(sign.getBlock());
 }