Uses of Enum Class
cz.matfyz.rudad.joker.card.Rank
Packages that use Rank
Package
Description
This package contains classes related to the card functionality.
-
Uses of Rank in cz.matfyz.rudad.joker.card
Methods in cz.matfyz.rudad.joker.card that return RankModifier and TypeMethodDescriptionstatic Rank
Rank.fromAlias
(char alias) Returns the Rank corresponding to the given alias.static Rank
Returns the Rank corresponding to the given alias.Card.getRank()
Returns the rank of the card.static Rank
Returns the enum constant of this class with the specified name.static Rank[]
Rank.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.matfyz.rudad.joker.card with parameters of type RankModifier and TypeMethodDescriptionstatic Card
Card.getInstance
(Rank rank, Suit suit) Returns a Card instance based on the provided rank and suit.