Class HLAStar
java.lang.Object
astar.AStar
zombie.pathfind.highLevel.HLAStar
public class HLAStar
extends astar.AStar
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
static final PerformanceProfileProbe
Fields inherited from class astar.AStar
bestNodeAfterSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
findPath
(PMMover pMMover, float float2, float float3, int int0, float float1, float float0, int int1, ArrayList<HLLevelTransition> arrayList0, ArrayList<HLChunkLevel> arrayList1, ArrayList<Boolean> arrayList3, boolean boolean0) getLevelTransitionAt
(int int0, int int1, int int2) Methods inherited from class astar.AStar
bestNodeAfterSearch, numSearchSteps, path, search, setMaxSteps, shortestPath
-
Field Details
-
ModificationCount
public static int ModificationCount -
PerfFindPath
-
PerfGetSuccessors
-
PerfGetSuccessors_OnSameChunk
-
PerfGetSuccessors_OnAdjacentChunks
-
PerfGetSuccessors_VisibilityGraphs
-
PerfInitStairs
-
-
Constructor Details
-
HLAStar
public HLAStar()
-
-
Method Details
-
findPath
public void findPath(PMMover pMMover, float float2, float float3, int int0, float float1, float float0, int int1, ArrayList<HLLevelTransition> arrayList0, ArrayList<HLChunkLevel> arrayList1, ArrayList<Boolean> arrayList3, boolean boolean0) -
getLevelTransitionAt
-