Class CavernsBelowTrigger
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.AfterMinionSummonedTrigger
net.demilich.metastone.game.spells.trigger.AfterMinionPlayedTrigger
net.demilich.metastone.game.spells.trigger.CavernsBelowTrigger
- All Implemented Interfaces:
Serializable,Cloneable,HasDesc<EventTriggerDesc>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleaninnerQueues(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.Methods inherited from class net.demilich.metastone.game.spells.trigger.AfterMinionPlayedTrigger
onlyPlayedFromHandOrDeckMethods inherited from class net.demilich.metastone.game.spells.trigger.AfterMinionSummonedTrigger
interestedInMethods inherited from class net.demilich.metastone.game.spells.trigger.AbstractSummonTrigger
firesMethods inherited from class net.demilich.metastone.game.spells.trigger.EventTrigger
clone, getDesc, hostConditionMet, queues, setDesc, toString
-
Constructor Details
-
CavernsBelowTrigger
-
-
Method Details
-
innerQueues
Description copied from class:EventTriggerWhen 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- Overrides:
innerQueuesin classAbstractSummonTrigger- Returns:
-