@Override
 public void invalidate() {
   super.invalidate();
   if (worldObj != null && !worldObj.isRemote) {
     destroyAELink();
   }
 }