Uses of Class
card.pokemon.helper.Move
Packages that use Move
Package
Description
This package contains the classes related to Pokémon cards in the Pokémon Trading Card Game (TCG) emulation.
This package contains the classes for the different piles in the game.
-
Uses of Move in card.pokemon
Fields in card.pokemon with type parameters of type MoveModifier and TypeFieldDescriptionPokemonCard.moves
The list of moves associated with the Pokémon card.Methods in card.pokemon that return MoveMethods in card.pokemon with parameters of type Move -
Uses of Move in pile.piles
Methods in pile.piles that return MoveModifier and TypeMethodDescriptionprivate Move
Active.selectMove
(PokemonCard attacker, PokemonCard defender) Displays the attacker's moves, prompts the player to select a move, validates the selection, and returns the selected move.Methods in pile.piles with parameters of type MoveModifier and TypeMethodDescriptionprivate int
Active.calculateMoveDamage
(Move move, PokemonCard attacker, PokemonCard defender) Calculates the move's damage based on the move's base damage and the defender's weakness/resistance to the attacker's type.