Uses of Class
pile.piles.Active

Packages that use Active
Package
Description
This package contains the main game logic for the Pokémon Trading Card Game (TCG) emulation.
This package contains the classes for the different piles in the game.
  • Uses of Active in game

    Fields in game declared as Active
    Modifier and Type
    Field
    Description
    private Active
    Player.active
    The player's active Pokémon.
    Methods in game that return Active
    Modifier and Type
    Method
    Description
    Player.getActive()
    Returns the player's active Pokémon.
  • Uses of Active in pile.piles

    Methods in pile.piles with parameters of type Active
    Modifier and Type
    Method
    Description
    boolean
    Active.attack(Active target)
    Performs an attack with the active Pokémon on the target Pokémon.