JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
zombie.ai.astar
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
()