Class SummonEvent
java.lang.Object
net.demilich.metastone.game.events.GameEvent
net.demilich.metastone.game.events.BasicGameEvent
net.demilich.metastone.game.events.CardEvent
net.demilich.metastone.game.events.SummonEvent
- All Implemented Interfaces:
Serializable
,Cloneable
,HasCard
,Notification
- Direct Known Subclasses:
AfterSummonEvent
,BeforeSummonEvent
A minion was summoned and its openers were resolved if
isResolvedOpener()
is true
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSummonEvent
(@NotNull GameContext context, @NotNull Actor minion, @NotNull Entity source, boolean resolvedOpener, OpenerAction... openerActions) -
Method Summary
Methods inherited from class net.demilich.metastone.game.events.CardEvent
getSourceCard
Methods inherited from class net.demilich.metastone.game.events.BasicGameEvent
getEventType, isClientInterested
Methods inherited from class net.demilich.metastone.game.events.GameEvent
clone, getDescription, getGameContext, getSource, getSourcePlayerId, getTarget, getTargetPlayerId, getTargets, isPowerHistory, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.demilich.metastone.game.events.Notification
getSource
-
Constructor Details
-
SummonEvent
public SummonEvent(@NotNull @NotNull GameContext context, @NotNull @NotNull Actor minion, @NotNull @NotNull Entity source, boolean resolvedOpener, OpenerAction... openerActions)
-
-
Method Details
-
isResolvedOpener
public boolean isResolvedOpener() -
getOpenerActions
-