Uses of Class
zombie.pathfind.nativeCode.PathFindRequest
Packages that use PathFindRequest
-
Uses of PathFindRequest in zombie.pathfind.nativeCode
Methods in zombie.pathfind.nativeCode that return PathFindRequestModifier and TypeMethodDescriptionPathfindNative.addRequest(IPathfinder pathfinder, Mover mover, float startX, float startY, float startZ, float targetX, float targetY, float targetZ) Methods in zombie.pathfind.nativeCode with parameters of type PathFindRequestModifier and TypeMethodDescriptionvoidPathfindNativeThread.addRequest(PathFindRequest request, int queueNumber) intPathfindNative.findPath(PathFindRequest request, ByteBuffer pathBB, boolean bRender)