Class PhysicalAttackEvent
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.PhysicalAttackEvent
- All Implemented Interfaces:
- Serializable,- Cloneable,- HasValue,- Notification
- Direct Known Subclasses:
- AfterPhysicalAttackEvent,- BeforePhysicalAttackEvent
An attacker (the 
EntityReference.EVENT_SOURCE) attacked the defender
 and dealt EventValueProvider damage.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPhysicalAttackEvent(GameContext context, Actor attacker, Actor defender, int damageDealt) 
- 
Method SummaryMethods inherited from class net.demilich.metastone.game.events.ValueEventgetValueMethods inherited from class net.demilich.metastone.game.events.BasicGameEventgetEventType, isClientInterestedMethods inherited from class net.demilich.metastone.game.events.GameEventclone, getDescription, getGameContext, getSource, getSourcePlayerId, getTarget, getTargetPlayerId, getTargets, isPowerHistory, toStringMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.demilich.metastone.game.events.NotificationgetSource
- 
Constructor Details- 
PhysicalAttackEvent
 
- 
- 
Method Details- 
getAttacker
- 
getDamageDealtpublic int getDamageDealt()
- 
getDefender
 
-