Interface PathFinder


public interface PathFinder
  • Method Summary

    Modifier and Type Method Description
    Path findPath​(Mover mover, int int1, int int2, int int3, int int4, int int5, int int6)  
  • Method Details

    • findPath

      Path findPath​(Mover mover, int int1, int int2, int int3, int int4, int int5, int int6)