Class AbstractSummonTrigger
java.lang.Object
net.demilich.metastone.game.logic.CustomCloneable
net.demilich.metastone.game.spells.trigger.EventTrigger
net.demilich.metastone.game.spells.trigger.AbstractSummonTrigger
- All Implemented Interfaces:
Serializable
,Cloneable
,HasDesc<EventTriggerDesc>
- Direct Known Subclasses:
AfterMinionSummonedTrigger
,BeforeMinionSummonedTrigger
,MinionSummonedTrigger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected boolean
innerQueues
(GameEvent event, Enchantment enchantment, Entity host) When an event this trigger isEventTrigger.interestedIn()
occurs, this test indicates whether or not the trigger should enter the queue of effects that should be evaluated.abstract com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType
protected boolean
Methods inherited from class net.demilich.metastone.game.spells.trigger.EventTrigger
clone, getDesc, hostConditionMet, queues, setDesc, toString
-
Constructor Details
-
AbstractSummonTrigger
-
-
Method Details
-
innerQueues
Description copied from class:EventTrigger
When an event this trigger isEventTrigger.interestedIn()
occurs, this test indicates whether or not the trigger should enter the queue of effects that should be evaluated. This is distinct from whether or not- Specified by:
innerQueues
in classEventTrigger
- Returns:
-
fires
- Overrides:
fires
in classEventTrigger
-
onlyPlayedFromHandOrDeck
protected boolean onlyPlayedFromHandOrDeck() -
interestedIn
public abstract com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType interestedIn()- Specified by:
interestedIn
in classEventTrigger
-