Uses of Interface
games.stendhal.server.core.engine.Task
-
Uses of Task in games.stendhal.server.core.engine
Modifier and TypeMethodDescriptionvoid
PlayerList.forAllPlayersExecute(Task<Player> task)
Calls the execute method of task for each player in this List.void
PlayerList.forFilteredPlayersExecute(Task<Player> task, FilterCriteria<Player> filter)
Calls the execute method of task for all player in this list that return true in filter.