Class BeforeMinionSummonedTrigger
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.BeforeMinionSummonedTrigger
- All Implemented Interfaces:
Serializable
,Cloneable
,HasDesc<EventTriggerDesc>
- Direct Known Subclasses:
BeforeMinionPlayedTrigger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventTriggerDesc
create()
com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType
Methods inherited from class net.demilich.metastone.game.spells.trigger.AbstractSummonTrigger
fires, innerQueues, onlyPlayedFromHandOrDeck
Methods inherited from class net.demilich.metastone.game.spells.trigger.EventTrigger
clone, getDesc, hostConditionMet, queues, setDesc, toString
-
Constructor Details
-
BeforeMinionSummonedTrigger
-
-
Method Details
-
create
-
interestedIn
public com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType interestedIn()- Specified by:
interestedIn
in classAbstractSummonTrigger
-