Interface NavigationPoint


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

    Modifier and Type
    Method
    Description
    boolean
    Checks if the block is traversable.
  • Method Details

    • isTraversable

      boolean isTraversable()
      Checks if the block is traversable.
      Returns:
      true if the block is traversable, false otherwise