Uses of Enum Class
org.bitsquad.warzone.card.Card
Packages that use Card
-
Uses of Card in org.bitsquad.warzone.card
Methods in org.bitsquad.warzone.card that return CardModifier and TypeMethodDescriptionstatic Card
CardGenerator.generateRandomCard()
It will generate a new random Cardstatic Card
Returns the enum constant of this class with the specified name.static Card[]
Card.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Card in org.bitsquad.warzone.player
Methods in org.bitsquad.warzone.player that return types with arguments of type CardModifier and TypeMethodDescriptionBasePlayer.getCurrentCards()
Getter for the cards which a player holdsMethods in org.bitsquad.warzone.player with parameters of type Card