Interface AutomationHandler
-
public interface AutomationHandlerAutomation handlers control actions an entity executes for automation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getMainActions()booleaninterruptsOtherHandlers()voidonServerAutomationRun(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()
-
-