Class AStarPathFinder

java.lang.Object
zombie.ai.astar.AStarPathFinder

public class AStarPathFinder
extends java.lang.Object
  • Field Details

    • IDToUseInSort

      public static int IDToUseInSort
    • allowDiagMovement

      public boolean allowDiagMovement
    • cyclesPerSlice

      public int cyclesPerSlice
    • delay

      public int delay
    • maxSearchDistance

      public int maxSearchDistance
    • progress

    • startX

      public int startX
    • startY

      public int startY
    • startZ

      public int startZ
    • targetX

      public int targetX
    • targetY

      public int targetY
    • targetZ

      public int targetZ
    • NumPathfinds

      public static int NumPathfinds
    • character

      public IsoGameCharacter character
    • IsoGridSquaresUnfurled

      public java.util.ArrayList IsoGridSquaresUnfurled
  • Constructor Details

  • Method Details