Class DeckManager

java.lang.Object
VASSAL.counters.DeckManager

public class DeckManager extends Object
  • Field Details

    • deckEmptiedKeyQueue

      protected List<Deck> deckEmptiedKeyQueue
  • Constructor Details

    • DeckManager

      public DeckManager()
  • Method Details

    • addEmptyDeck

      public void addEmptyDeck(Deck d)
      Add an emptied deck that wants to sent an I-am-empty key
    • clearEmptyDecksList

      public void clearEmptyDecksList()
      Clears the list of I-am-empty decks
    • checkEmptyDecks

      public Command checkEmptyDecks(Command c)
      If any decks want to send their I-am-empty key, send it now.