Uses of Interface
zombie.pathfind.IPathfinder
Packages that use IPathfinder
-
Uses of IPathfinder in zombie.pathfind
Classes in zombie.pathfind that implement IPathfinderFields in zombie.pathfind with type parameters of type IPathfinderMethods in zombie.pathfind with parameters of type IPathfinderModifier and TypeMethodDescriptionzombie.pathfind.PathFindRequestPolygonalMap2.addRequest(IPathfinder pathfinder, Mover mover, float startX, float startY, float startZ, float targetX, float targetY, float targetZ) -
Uses of IPathfinder in zombie.pathfind.nativeCode
Methods in zombie.pathfind.nativeCode with parameters of type IPathfinderModifier and TypeMethodDescriptionPathfindNative.addRequest(IPathfinder pathfinder, Mover mover, float startX, float startY, float startZ, float targetX, float targetY, float targetZ)