Package com.pixelmonmod.tcg.duel.trainer
Class Recycle
java.lang.Object
com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
com.pixelmonmod.tcg.duel.trainer.Recycle
-
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.flipCoin()
This function returns all necessary coin flip results.getSelectorState
(TrainerCardState trainer, GameServerState server) Methods inherited from class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
canPlaceOn, canPlay, getId, getOpponentRevealingSelectorState, handleEndTurn, modifyDamage, preventDiscard, showDiscardButton
-
Constructor Details
-
Recycle
public Recycle()
-
-
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:
-
flipCoin
Description copied from class:BaseTrainerEffect
This function returns all necessary coin flip results.- Overrides:
flipCoin
in classBaseTrainerEffect
- Returns:
- List of CoinSide
-
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
-