Interface NavigationPoint
public interface NavigationPoint
Represents information about a position in the pathfinding environment.
-
Method Summary
-
Method Details
-
isTraversable
boolean isTraversable()Checks if the block is traversable.- Returns:
- true if the block is traversable, false otherwise
-