Uses of Class
cs171a2.CardPlayer

  • Uses of CardPlayer in cs171a2

    Methods in cs171a2 with parameters of type CardPlayer
    Modifier and Type
    Method
    Description
    void
    CardTable.checkPlaces(CardPlayer player)
    Checks if the previous card played by a player matches the rank of any card on the table.
    Constructors in cs171a2 with parameters of type CardPlayer
    Modifier
    Constructor
    Description
     
    Dealer(CardPlayer[] players, Deck deck)
    Creates a new Dealer object with the specified players and deck.