JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.citizensnpcs.api.ai
StuckAction
Contents
Description
Method Summary
Method Details
run(NPC, Navigator)
Hide sidebar
Show sidebar
Interface StuckAction
All Known Implementing Classes:
TeleportStuckAction
public interface
StuckAction
Method Summary
All Methods
Instance Methods
Abstract Methods
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