Class MinionSummonedTrigger
java.lang.Object
net.demilich.metastone.game.logic.CustomCloneable
net.demilich.metastone.game.spells.trigger.EventTrigger
net.demilich.metastone.game.spells.trigger.AbstractSummonTrigger
net.demilich.metastone.game.spells.trigger.MinionSummonedTrigger
- All Implemented Interfaces:
Serializable,Cloneable,HasDesc<EventTriggerDesc>
- Direct Known Subclasses:
MinionPlayedTrigger
Fires whenever a minion is summoned. This occurs after the minion's enchantments have been put into play, but before
its battlecry has been evaluated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventTriggerDescFires when a minion is summoned from this specific cardstatic EventTriggerDesccreate(TargetPlayer player, String minionCardId) com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventTypeMethods inherited from class net.demilich.metastone.game.spells.trigger.AbstractSummonTrigger
fires, innerQueues, onlyPlayedFromHandOrDeckMethods inherited from class net.demilich.metastone.game.spells.trigger.EventTrigger
clone, getDesc, hostConditionMet, queues, setDesc, toString
-
Constructor Details
-
MinionSummonedTrigger
-
-
Method Details
-
create
-
create
Fires when a minion is summoned from this specific card- Parameters:
player-card-- Returns:
-
interestedIn
public com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType interestedIn()- Specified by:
interestedInin classAbstractSummonTrigger
-