Class BeforeSummonEvent
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.BeforeSummonEvent
- All Implemented Interfaces:
Serializable
,Cloneable
,HasCard
,Notification
Fires right after the minion has hit the board. Openers have not been resolved, enchantments have not been put into
play.
Another effect may have still transformed this minion. Transforming here will ensure the newly transformed minion's enchantments written on its text come into play.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeforeSummonEvent
(@NotNull GameContext context, @NotNull Actor minion, @NotNull Entity source, boolean didResolveOpener, OpenerAction[] openerActions) -
Method Summary
Methods inherited from class net.demilich.metastone.game.events.SummonEvent
getOpenerActions, isResolvedOpener
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
-
BeforeSummonEvent
public BeforeSummonEvent(@NotNull @NotNull GameContext context, @NotNull @NotNull Actor minion, @NotNull @NotNull Entity source, boolean didResolveOpener, OpenerAction[] openerActions)
-