Uses of Class
VASSAL.build.module.map.deck.SortParameter
Packages that use SortParameter
Package
Description
Provides classes that define game pieces.
-
Uses of SortParameter in VASSAL.build.module.map.deck
Methods in VASSAL.build.module.map.deck that return types with arguments of type SortParameterModifier and TypeMethodDescriptionstatic List
<SortParameter> SortParameterArrayConfigurer.getSortParameterListValue()
DeckSortKeyCommand.getSortParameters()
Methods in VASSAL.build.module.map.deck with parameters of type SortParameterMethod parameters in VASSAL.build.module.map.deck with type arguments of type SortParameterModifier and TypeMethodDescriptionstatic String
SortParameterArrayConfigurer.encode
(List<SortParameter> params) Constructor parameters in VASSAL.build.module.map.deck with type arguments of type SortParameter -
Uses of SortParameter in VASSAL.counters
Method parameters in VASSAL.counters with type arguments of type SortParameterModifier and TypeMethodDescriptionDeck.sort
(List<SortParameter> sortParameters, FormattedString reportFormat, String menuCommand) Sort the Deck.