Skip to content
Success

Changes

Summary

  1. Add new pathfinding APIs (commit: 88a5945) (details)
Commit 88a5945d267d4f1d189306379c89d4cbc2cdf998 by fullwall
Add new pathfinding APIs
(commit: 88a5945)
The file was addedsrc/main/java/net/citizensnpcs/api/ai/AbstractPathStrategy.java
The file was modified src/main/java/net/citizensnpcs/api/ai/Navigator.java
The file was addedsrc/main/java/net/citizensnpcs/api/ai/PathStrategy.java
The file was addedsrc/main/java/net/citizensnpcs/api/astar/pathfinder/NeighbourGeneratorBlockExaminer.java
The file was modified src/main/java/net/citizensnpcs/api/astar/pathfinder/Path.java
The file was modified src/main/java/net/citizensnpcs/api/astar/pathfinder/VectorNode.java
The file was modified src/main/java/net/citizensnpcs/api/astar/pathfinder/PathPoint.java