System.out.println("createNpc post createEntity "+e.getObjectId());
em.addComponent(ent.getId(), pos);
System.out.println("createNpc post Add pos "+e.getObjectId());
em.addComponent(ent.getId(), vis);
System.out.println("createNpc post Add vis "+e.getObjectId());
em.addComponent(ent.getId(), env);
System.out.println("createNpc post Add env "+e.getObjectId());
em.addComponent(ent.getId(), l2j);
System.out.println("createNpc post Add l2j "+e.getObjectId());
updateComponents(e, ent, pos, l2j, env, vis);//vis might take some time so we already added pos for updates