Checks wether this entity can see or not another entity.
if(!player.sees(arrow)) { player.show(arrow); }
See Implementation
Checks wether this entity can see or not another entity.