Package com.l2client.controller.entity

Examples of com.l2client.controller.entity.SpatialPointIndex


  static float DEBUG_UPDATE_INTERVAL = 5f;//all 5 sec
  float debugUpdate = 0f;
  private HashMap<Integer, QueuedMove>queuedMoves = null;
 
  private PositioningSystem(){
    index = new SpatialPointIndex(10);
    queuedMoves = new HashMap<Integer, PositioningSystem.QueuedMove>();
  }
View Full Code Here

TOP

Related Classes of com.l2client.controller.entity.SpatialPointIndex

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.