public boolean isInformationReliable(EntityKnowledge e) {
   return !(e.getTick() + 4 < tick);
 }