Uses of Class
me.ramendev.expokert.Card
Packages that use Card
Package
Description
Provides classic that implement playing cards, game mechanics and games related
to playing cards.
-
Uses of Card in me.ramendev.expokert
Subclasses of Card in me.ramendev.expokertModifier and TypeClassDescriptionclassfinal classThe JokerWildcard, seen on a variety of different card games.classThe wildcard, which is a card that can be considered as another "real"Card.Methods in me.ramendev.expokert that return CardMethods in me.ramendev.expokert that return types with arguments of type CardModifier and TypeMethodDescriptionCard.getAllCards()FixedWildcard.getConversions()Gets all theCards that this wildcard can convert to.Wildcard.getConversions()Gets all theCardthat this wildcard can convert to.Methods in me.ramendev.expokert with parameters of type CardModifier and TypeMethodDescriptionvoidAdds the givenCardto the deck.final booleanChecks whether this wildcard "can be" another card, in this case, whether it can be converted to the givenCard.Constructor parameters in me.ramendev.expokert with type arguments of type Card