Package com.l2client.navigation

Examples of com.l2client.navigation.Path$WayPoint


  public void setNewGoalForPosComponent(Vector3f tPos, PositioningComponent com) {
    com.goalPos.set(tPos);
    com.path = null;
    com.nextWayPoint = null;
    Path pa = new Path();
    if(Singleton.get().getNavManager().buildNavigationPath(pa, com.position, com.goalPos)){
      com.initByWayPoint(pa);
   
  }
View Full Code Here

TOP

Related Classes of com.l2client.navigation.Path$WayPoint

Copyright © 2018 www.massapicom. 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.