Class JumpingExaminer.JumpCallback
java.lang.Object
net.citizensnpcs.api.astar.pathfinder.JumpingExaminer.JumpCallback
- All Implemented Interfaces:
PathPoint.PathCallback
- Enclosing class:
JumpingExaminer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JumpCallback
public JumpCallback()
-
-
Method Details
-
onReached
Description copied from interface:PathPoint.PathCallbackRun once the specificed point is reached.- Specified by:
onReachedin interfacePathPoint.PathCallback- Parameters:
npc- The NPCpoint- The point that was reached
-
run
Description copied from interface:PathPoint.PathCallbackRun every tick when moving towards a specific block.- Specified by:
runin interfacePathPoint.PathCallback- Parameters:
npc- The NPCpoint- The pointpath- The future path destinations as blocksindex- The current path index
-