JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
zombie.ai.astar
IPathfinder
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
Failed(Mover)
Succeeded(Path, Mover)
getName()
Interface IPathfinder
All Known Implementing Classes:
LuaTimedActionNew
public interface
IPathfinder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
Failed
(
Mover
mover)
String
getName
()
void
Succeeded
(
Path
path,
Mover
mover)
Method Details
Failed
void
Failed
(
Mover
mover)
Succeeded
void
Succeeded
(
Path
path,
Mover
mover)
getName
String
getName
()