Uses of Class
card.Card
Packages that use Card
Package
Description
This package contains classes related to Energy cards in the Pokémon Trading Card Game (TCG) emulation.
This package contains all the energy cards in the game.
This package contains the classes related to Pokémon cards in the Pokémon Trading Card Game (TCG) emulation.
This pacakge contains all the Pokémon cards in the game.
This package contains classes related to Trainer cards in the Pokémon Trading Card Game (TCG) emulation.
This package contains all the trainer cards in the game.
This package contains the classes for the various piles used in the Pokémon Trading Card Game (TCG) emulation.
This package contains the classes for the different piles in the game.
-
Uses of Card in card.energy
Subclasses of Card in card.energyModifier and TypeClassDescriptionclassThis class represents an Energy card in the Pokémon Trading Card Game. -
Uses of Card in card.energy.energycards
Subclasses of Card in card.energy.energycardsModifier and TypeClassDescriptionclassThis class represents a "Double Colorless Energy" card in the Pokémon Trading Card Game.classThis class represents a "Fighting Energy" card in the Pokémon Trading Card Game.classThis class represents a "Fire Energy" card in the Pokémon Trading Card Game.classThis class represents a "Grass Energy" card in the Pokémon Trading Card Game.classThis class represents a "Lightning Energy" card in the Pokémon Trading Card Game.classThis class represents a "Psychic Energy" card in the Pokémon Trading Card Game.classThis class represents a "Water Energy" card in the Pokémon Trading Card Game. -
Uses of Card in card.pokemon
Subclasses of Card in card.pokemonModifier and TypeClassDescriptionclassThis class represents a Pokémon card in the Pokémon Trading Card Game. -
Uses of Card in card.pokemon.pokemoncards
Subclasses of Card in card.pokemon.pokemoncardsModifier and TypeClassDescriptionclassThis class represents a "Diglett" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Dratini" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Growlithe" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Hitmonchan" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Machop" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Ponyta" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Rattata" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Seel" Pokémon card in the Pokémon Trading Card Game.classThis class represents a "Staryu" Pokémon card in the Pokémon Trading Card Game. -
Uses of Card in card.trainer
Subclasses of Card in card.trainerModifier and TypeClassDescriptionclassThis class represents a Trainer card in the Pokémon Trading Card Game. -
Uses of Card in card.trainer.trainercards
Subclasses of Card in card.trainer.trainercardsModifier and TypeClassDescriptionclassThis class represents the Trainer card "Bill" in the Pokémon Trading Card Game.classThis class represents the Trainer card "Professor Oak" in the Pokémon Trading Card Game. -
Uses of Card in pile
Modifier and TypeMethodDescriptionPile.drawCard()Draws a card from the top of the pile and decrements the size of the pile it is drawn from.Pile.getCardAtIndex(int index) Returns the card at the specified index in the pile.Modifier and TypeMethodDescriptionvoidAdds a card to the pile and increments the size of the pile.voidPile.removeCard(Card card) Removes a card from the pile and decrements the size of the pile. -
Uses of Card in pile.piles
Methods in pile.piles that return CardModifier and TypeMethodDescriptionPlays a card from the player's hand and removes it from the hand.Methods in pile.piles with parameters of type Card