Uses of Class
zombie.pathfind.nativeCode.PathFindRequest
Packages that use PathFindRequest
-
Uses of PathFindRequest in zombie.pathfind.nativeCode
Fields in zombie.pathfind.nativeCode with type parameters of type PathFindRequestModifier and TypeFieldDescriptionprotected final HashMap
<Mover, PathFindRequest> PathfindNativeThread.requestMap
protected final ConcurrentLinkedQueue
<PathFindRequest> PathfindNativeThread.requestToMain
Methods in zombie.pathfind.nativeCode that return PathFindRequestModifier and TypeMethodDescriptionPathfindNative.addRequest
(IPathfinder pathfinder, Mover mover, float float0, float float1, float float2, float float3, float float4, float float5) Methods in zombie.pathfind.nativeCode with parameters of type PathFindRequestModifier and TypeMethodDescriptionvoid
PathfindNativeThread.addRequest
(PathFindRequest pathFindRequest, int int0) int
PathfindNative.findPath
(PathFindRequest pathFindRequest, ByteBuffer byteBuffer, boolean boolean1)