@Override
public void update(Observable object, Object notification) {
Entity entity = (Entity) object;
EntityEvent event = (EntityEvent) notification;
if(event == EntityEvent.LOCATIONUPDATED) {
//inform all players of the locationchange
informEntitymovement(entity);