Package com.pixelmonmod.tcg.duel.trainer
Class ComputerSearch
java.lang.Object
com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
com.pixelmonmod.tcg.duel.trainer.ComputerSearch
Created by Hy on 5/21/2016.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(TrainerCardState trainer, GameServerState server) This function applies the effect of the Trainer card.void
applySkipSelector
(TrainerCardState trainer, PokemonCardState pokemon, GameServerState server, BoardLocation b, int p) This function skips the selector, taking what it was placed on as the parameter.boolean
canApply
(TrainerCardState trainer, GameServerState server) This function makes sure all selector result are ready.boolean
canPlay
(GameClientState client) This is check on client to make sure the condition on trainer card are met.boolean
This function is to tell if this trainer can skip the selector stage.getSelectorState
(TrainerCardState trainer, GameServerState server) Methods inherited from class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
canPlaceOn, canPlay, flipCoin, getId, getOpponentRevealingSelectorState, handleEndTurn, modifyDamage, preventDiscard, showDiscardButton
-
Constructor Details
-
ComputerSearch
public ComputerSearch()
-
-
Method Details
-
canPlay
Description copied from class:BaseTrainerEffect
This is check on client to make sure the condition on trainer card are met.- Overrides:
canPlay
in classBaseTrainerEffect
- Returns:
-
getSelectorState
- Overrides:
getSelectorState
in classBaseTrainerEffect
- Returns:
-
canApply
Description copied from class:BaseTrainerEffect
This function makes sure all selector result are ready.- Overrides:
canApply
in classBaseTrainerEffect
- Returns:
-
apply
Description copied from class:BaseTrainerEffect
This function applies the effect of the Trainer card.- Overrides:
apply
in classBaseTrainerEffect
-
canSkipSelector
public boolean canSkipSelector()Description copied from class:BaseTrainerEffect
This function is to tell if this trainer can skip the selector stage.- Overrides:
canSkipSelector
in classBaseTrainerEffect
-
applySkipSelector
public void applySkipSelector(TrainerCardState trainer, PokemonCardState pokemon, GameServerState server, BoardLocation b, int p) Description copied from class:BaseTrainerEffect
This function skips the selector, taking what it was placed on as the parameter.- Overrides:
applySkipSelector
in classBaseTrainerEffect
-