Class GlobalCommand.IndexedFastmatchDeckPolicyManager.DeckInfo
java.lang.Object
VASSAL.counters.GlobalCommand.IndexedFastmatchDeckPolicyManager.DeckInfo
- Enclosing class:
GlobalCommand.IndexedFastmatchDeckPolicyManager
Class to track the acceptance count of pieces from multiple Decks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIncrement the acceptance count for this Deckboolean
Has the acceptance limit been reached for this Deck?
-
Constructor Details
-
DeckInfo
-
-
Method Details
-
isLimitReached
public boolean isLimitReached()Has the acceptance limit been reached for this Deck?- Returns:
- true if no more pieces to be accepted from this Deck
-
increment
Increment the acceptance count for this Deck- Returns:
- The DeckInfo class for updating the Deck map
-