Examples of dumpComponents()


Examples of com.l2client.controller.entity.EntityManager.dumpComponents()

          log.severe("Positioning component without identity component found! comp:"+
              c+" at "+ com.position.x+ ", "+(com.position.y+com.heightOffset)+", "+com.position.z);
          //FIXME this is a workaround, investigate why this can happen! was it added twice? should we better use a hasmap for components
          dumpComponents();
          System.out.println("----- now em ----------");
          em.dumpComponents(em.getEntityId(c));
          em.dumpAllComponents();
          removeComponentForUpdate(com);
        }
//    }else
//      if(c instanceof SimplePositionComponent){
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.