Uses of Class
cs171a2.CardPlayer
-
Uses of CardPlayer in cs171a2
Methods in cs171a2 with parameters of type CardPlayerModifier and TypeMethodDescriptionvoid
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 CardPlayerModifierConstructorDescriptionDealer
(CardPlayer[] players, Deck deck) Creates a new Dealer object with the specified players and deck.