Class TravelLocationFinder

java.lang.Object
zombie.behaviors.survivor.TravelLocationFinder

public class TravelLocationFinder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TravelLocationFinder()  
  • Method Summary

    Modifier and Type Method Description
    static IsoGridSquare FindLocation​(SurvivorDesc desc, float x1, float y1, float x2, float y2, int attempts)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TravelLocationFinder

      public TravelLocationFinder()
  • Method Details

    • FindLocation

      public static IsoGridSquare FindLocation​(SurvivorDesc desc, float x1, float y1, float x2, float y2, int attempts)