Uses of Class
ch.sahits.game.openpatrician.engine.event.task.PostStateDialogToHumanPlayerTask
-
Packages that use PostStateDialogToHumanPlayerTask Package Description ch.sahits.game.openpatrician.engine.event.task -
-
Uses of PostStateDialogToHumanPlayerTask in ch.sahits.game.openpatrician.engine.event.task
Methods in ch.sahits.game.openpatrician.engine.event.task that return PostStateDialogToHumanPlayerTask Modifier and Type Method Description PostStateDialogToHumanPlayerTaskServerSideTaskFactory. getPostStateDialogMessageTask(java.time.LocalDateTime executionTime, ch.sahits.game.openpatrician.model.EMessageCategory category, ch.sahits.game.openpatrician.model.ui.IDialogState state, ch.sahits.game.openpatrician.model.IPlayer player, java.lang.String messageKey, java.lang.Object[] messageParams)Retrieve the timed task to post a state based dialog message if the player is human.
-