Class TopThreeCardsOfDeckSource
java.lang.Object
net.demilich.metastone.game.spells.desc.source.CardSource
net.demilich.metastone.game.spells.desc.source.DeckSource
net.demilich.metastone.game.spells.desc.source.TopCardsOfDeckSource
net.demilich.metastone.game.spells.desc.source.TopThreeCardsOfDeckSource
- All Implemented Interfaces:
Serializable
,HasDesc<CardSourceDesc>
Returns the top three cards of the deck.
Implements Tracking.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
howMany
(GameContext context, Entity source, Player player) Methods inherited from class net.demilich.metastone.game.spells.desc.source.TopCardsOfDeckSource
match
Methods inherited from class net.demilich.metastone.game.spells.desc.source.DeckSource
create
Methods inherited from class net.demilich.metastone.game.spells.desc.source.CardSource
getArg, getCards, getDesc, getTargetPlayer, hasArg, match, setDesc
-
Constructor Details
-
TopThreeCardsOfDeckSource
-
-
Method Details
-
howMany
- Overrides:
howMany
in classTopCardsOfDeckSource
-