Package org.rspeer.game.action
Interface Action
-
- All Known Implementing Classes:
ButtonAction,ComponentAction,DefaultComponentAction,DeselectAction,EntityAction,HeadingAction,ItemAction,MenuAction,NpcAction,ObjectAction,PathingEntityAction,PickableAction,PlayerAction
public interface Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ActionProcessorgetProcessor()voidprocess()
-
-
-
Method Detail
-
process
void process()
-
getProcessor
default ActionProcessor getProcessor()
-
-