JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Unofficial PZ JavaDocs 42.13.0
zombie.ai.astar
IPathfinder
Contents
Description
Method Summary
Method Details
Failed(Mover)
Succeeded(Path, Mover)
getName()
Hide sidebar
Show sidebar
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
()