Uses of Interface
games.stendhal.common.filter.FilterCriteria
Package
Description
filters for collections.
Interactive scripts that high level admins can invoke.
-
Uses of FilterCriteria in games.stendhal.common.filter
Modifier and TypeMethodDescriptionvoid
CollectionFilter.addFilterCriteria(FilterCriteria<T> filterCriteria)
Adds a FilterCriteria to be used by the filter. -
Uses of FilterCriteria in games.stendhal.server.core.engine
Modifier and TypeMethodDescriptionvoid
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.StendhalRPZone.getFilteredEntities(FilterCriteria<Entity> criteria)
-
Uses of FilterCriteria in games.stendhal.server.script