Interface AutomationHandler
-
public interface AutomationHandler
Automation handlers control actions an entity executes for automation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getMainActions()
boolean
interruptsOtherHandlers()
void
onServerAutomationRun(GameSession gameSession, AbstractCompositeEntity parent, List<AutomationEntity> automatedEntities, List<AutomationEntity> automatedEntitiesReady)
-
-
-
Method Detail
-
onServerAutomationRun
void onServerAutomationRun(GameSession gameSession, AbstractCompositeEntity parent, List<AutomationEntity> automatedEntities, List<AutomationEntity> automatedEntitiesReady)
-
interruptsOtherHandlers
boolean interruptsOtherHandlers()
-
-