Uses of Class
pile.piles.Bench

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

    Fields in game declared as Bench
    Modifier and Type
    Field
    Description
    private Bench
    Player.bench
    The player's benched Pokémon.
    Methods in game that return Bench
    Modifier and Type
    Method
    Description
    Player.getBench()
    Returns the player's benched Pokémon.