Class ValueEvent
java.lang.Object
net.demilich.metastone.game.events.GameEvent
net.demilich.metastone.game.events.BasicGameEvent
net.demilich.metastone.game.events.ValueEvent
- All Implemented Interfaces:
Serializable
,Cloneable
,HasValue
,Notification
- Direct Known Subclasses:
AbstractDamageEvent
,ArmorChangedEvent
,DrainEvent
,ExcessHealingEvent
,FatigueEvent
,HealEvent
,MaxHpIncreasedEvent
,MaxManaChangedEvent
,ModifyCurrentManaEvent
,OverloadEvent
,PhysicalAttackEvent
An event that contains a value.
- See Also:
-
Constructor Summary
ConstructorDescriptionValueEvent
(com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType eventType, boolean isClientInterested, @NotNull GameContext context, Player player, Entity source, Entity target, int value) ValueEvent
(com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType eventType, boolean isClientInterested, GameContext context, int targetPlayerId, int sourcePlayerId, Entity target, int value) ValueEvent
(com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType eventType, @NotNull GameContext context, int targetPlayerId, int sourcePlayerId, Entity target, int value) ValueEvent
(com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType eventType, @NotNull GameContext context, int playerId, Entity source, Entity target, int value) ValueEvent
(com.hiddenswitch.spellsource.rpc.Spellsource.GameEventTypeMessage.GameEventType eventType, @NotNull GameContext context, Player player, Entity source, Entity target, int value) -
Method Summary
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