Package org.rspeer.game.action.tree
Class PathingEntityAction<T extends PathingEntity>
- java.lang.Object
-
- org.rspeer.game.action.MenuAction
-
- org.rspeer.game.action.tree.EntityAction<T>
-
- org.rspeer.game.action.tree.PathingEntityAction<T>
-
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
NpcAction
,PlayerAction
public abstract class PathingEntityAction<T extends PathingEntity> extends EntityAction<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
-
Methods inherited from class org.rspeer.game.action.tree.EntityAction
getSource
-
Methods inherited from class org.rspeer.game.action.MenuAction
getMatrixId, getOpcode, getPrimary, getProcessor, getQuaternary, getSecondary, getTertiary, indexOf, indexOf, process, setProcessor, setStrict, toString, valueOf
-
-