Class AfterSummonEvent
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
net.demilich.metastone.game.events.AfterSummonEvent
- All Implemented Interfaces:
Serializable,Cloneable,HasCard,Notification
The minion is on the board and its enchantments are in play.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAfterSummonEvent(@NotNull GameContext context, @NotNull Actor minion, @NotNull Entity source, boolean didResolveBattlecry, OpenerAction... openerActions) -
Method Summary
Methods inherited from class net.demilich.metastone.game.events.SummonEvent
getOpenerActions, isResolvedOpenerMethods inherited from class net.demilich.metastone.game.events.CardEvent
getSourceCardMethods inherited from class net.demilich.metastone.game.events.BasicGameEvent
getEventType, isClientInterestedMethods inherited from class net.demilich.metastone.game.events.GameEvent
clone, getDescription, getGameContext, getSource, getSourcePlayerId, getTarget, getTargetPlayerId, getTargets, isPowerHistory, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.demilich.metastone.game.events.Notification
getSource
-
Constructor Details
-
AfterSummonEvent
public AfterSummonEvent(@NotNull @NotNull GameContext context, @NotNull @NotNull Actor minion, @NotNull @NotNull Entity source, boolean didResolveBattlecry, OpenerAction... openerActions)
-