Uses of Interface
games.stendhal.server.core.engine.Task
Packages that use Task
-
Uses of Task in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine with parameters of type TaskModifier and TypeMethodDescriptionvoidPlayerList.forAllPlayersExecute(Task<Player> task) Calls the execute method of task for each player in this List.voidPlayerList.forFilteredPlayersExecute(Task<Player> task, FilterCriteria<Player> filter) Calls the execute method of task for all player in this list that return true in filter.