Returns a new map of all currently visible Entity's. The key value pair of a map entry is:
Map<int, Entity> getVisibleEntities() { return Map<int, Entity>.from(this.visibleEntities); }