Class ExcessHealingEvent
java.lang.Object
net.demilich.metastone.game.events.GameEvent
net.demilich.metastone.game.events.BasicGameEvent
net.demilich.metastone.game.events.ValueEvent
net.demilich.metastone.game.events.ExcessHealingEvent
- All Implemented Interfaces:
Serializable
,Cloneable
,HasValue
,Notification
A
target
was healed with excess healing (i.e. more healing applied than there were hitpoints to heal).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExcessHealingEvent
(GameContext context, Player player, Entity source, Entity target, int excess) -
Method Summary
Methods inherited from class net.demilich.metastone.game.events.ValueEvent
getValue
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
-
ExcessHealingEvent
public ExcessHealingEvent(GameContext context, Player player, Entity source, Entity target, int excess)
-