Uses of Class
cz.matfyz.rudad.joker.calculator.Player
Packages that use Player
Package
Description
This package contains classes for calculation of the odds of players' hands.
-
Uses of Player in cz.matfyz.rudad.joker.calculator
Methods in cz.matfyz.rudad.joker.calculator that return PlayerModifier and TypeMethodDescriptionPlayer[]
Calculator.getPlayers()
Returns the array of players in the calculator.Methods in cz.matfyz.rudad.joker.calculator that return types with arguments of type PlayerConstructor parameters in cz.matfyz.rudad.joker.calculator with type arguments of type PlayerModifierConstructorDescriptionCalculator
(List<Player> players) Creates a Calculator object with the specified players.Calculator
(List<Player> players, ArrayList<Card> board) Creates a Calculator object with the specified players and board cards.Calculator
(List<Player> players, List<Card> deadCards) Creates a Calculator object with the specified players and dead cards.Creates a Calculator object with the specified players, board cards, and dead cards.