Interface NavigationPoint


public interface NavigationPoint
Represents information about a position in the pathfinding environment.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the position is traversable or not.
  • Method Details

    • isTraversable

      boolean isTraversable()
      Returns whether the position is traversable or not.
      Returns:
      true if the position is traversable, false otherwise