Empeld
Empeld plugin documentation.
essentials.action.Pathing Namespace Reference

Namespaces

namespace  Engines
 
namespace  Rails
 

Classes

class  DefaultWorldCostEngine
 Default world cost engine. Avoids hills and water. Should work for most default blocks More...
 
interface  IPathCostEngine
 
interface  IPathingEngine
 A pathing engine that can discover a Path from point A->B That can increment itself to the conclusion More...
 
interface  IPathRail
 
class  Path
 
class  PathEngineException
 
class  PathingJob
 A pathing job for the task scheduler to increment an engine More...
 
class  WorldPathing
 World pathing is a helper class to assist in using the pathing job to figure out how to get from point a to point b More...
 

Enumerations

enum  PathEngineState { PathEngineState.Undefined =0, PathEngineState.Working =1, PathEngineState.Complete =2, PathEngineState.Failed =3 }
 

Enumeration Type Documentation

◆ PathEngineState