Class AbstractDamageEvent
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.AbstractDamageEvent
- All Implemented Interfaces:
Serializable,Cloneable,HasValue,Notification
- Direct Known Subclasses:
DamageEvent,PreDamageEvent
Base class for damage events.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEnumSet<com.hiddenswitch.spellsource.rpc.Spellsource.DamageTypeMessage.DamageType>Methods inherited from class net.demilich.metastone.game.events.ValueEvent
getValueMethods 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
-
Method Details
-
getDamageType
public EnumSet<com.hiddenswitch.spellsource.rpc.Spellsource.DamageTypeMessage.DamageType> getDamageType()
-