Interface PathPoint.PathCallback
- Enclosing interface:
- PathPoint
public static interface PathPoint.PathCallback
- 
Method Summary
- 
Method Details- 
onReachedRun once the specificed point is reached.- Parameters:
- npc- The NPC
- point- The point that was reached
 
- 
runRun every tick when moving towards a specific block.- Parameters:
- npc- The NPC
- point- The point
- path- The future path destinations as blocks
- index- The current path index
 
 
-