Interface StuckAction

All Known Implementing Classes:
TeleportStuckAction

public interface StuckAction
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    run(NPC npc, Navigator navigator)
    Called when the Navigator reports that it is stuck.
  • Method Details

    • run

      boolean run(NPC npc, Navigator navigator)
      Called when the Navigator reports that it is stuck.
      Parameters:
      npc - The stuck NPC
      navigator - The navigator
      Returns:
      Whether to continue navigation