Uses of Interface
games.stendhal.common.filter.FilterCriteria
Packages that use FilterCriteria
Package
Description
filters for collections.
Interactive scripts that high level admins can invoke.
-
Uses of FilterCriteria in games.stendhal.common.filter
Methods in games.stendhal.common.filter with parameters of type FilterCriteriaModifier and TypeMethodDescriptionvoidCollectionFilter.addFilterCriteria(FilterCriteria<T> filterCriteria) Adds a FilterCriteria to be used by the filter. -
Uses of FilterCriteria in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine with parameters of type FilterCriteriaModifier and TypeMethodDescriptionvoidPlayerList.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
Classes in games.stendhal.server.script that implement FilterCriteria