Package org.rspeer.game.action
Interface Action
-
- All Known Implementing Classes:
ButtonAction
,ComponentAction
,DefaultComponentAction
,DeselectAction
,EntityAction
,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 ActionProcessor
getProcessor()
void
process()
-
-
-
Method Detail
-
process
void process()
-
getProcessor
default ActionProcessor getProcessor()
-
-