Uses of Class
org.newdawn.slick.util.pathfinding.navmesh.Link

Packages that use Link
org.newdawn.slick.util.pathfinding.navmesh   
 

Uses of Link in org.newdawn.slick.util.pathfinding.navmesh
 

Methods in org.newdawn.slick.util.pathfinding.navmesh that return Link
 Link Space.getLink(int index)
          Get the link from this space to another at a particular index
 

Methods in org.newdawn.slick.util.pathfinding.navmesh with parameters of type Link
 void NavPath.push(Link link)
          Push a link to the end of the path
 



Copyright © 2006 New Dawn Software. All Rights Reserved.