Package com.pixelmonmod.tcg.duel.trainer
Class Lass
java.lang.Object
com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
com.pixelmonmod.tcg.duel.trainer.Lass
Created by Hy on 5/22/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.getOpponentRevealingSelectorState
(TrainerCardState trainer, GameServerState server) getSelectorState
(TrainerCardState trainer, GameServerState server) Methods inherited from class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
canPlaceOn, canPlay, flipCoin, getId, handleEndTurn, modifyDamage, preventDiscard, showDiscardButton
-
Constructor Details
-
Lass
public Lass()
-
-
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:
-
getOpponentRevealingSelectorState
public CardSelectorState getOpponentRevealingSelectorState(TrainerCardState trainer, GameServerState server) - Overrides:
getOpponentRevealingSelectorState
in classBaseTrainerEffect
-
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
-