Class AttributeAppliedEvent
java.lang.Object
net.demilich.metastone.game.events.GameEvent
net.demilich.metastone.game.events.BasicGameEvent
net.demilich.metastone.game.events.AttributeAppliedEvent
- All Implemented Interfaces:
Serializable
,Cloneable
,Notification
An attribute was applied to the
target
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeAppliedEvent
(GameContext context, int targetPlayerId, Entity target, Entity source, Attribute attribute) -
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
-
Constructor Details
-
AttributeAppliedEvent
public AttributeAppliedEvent(GameContext context, int targetPlayerId, Entity target, Entity source, Attribute attribute)
-
-
Method Details
-
getAttribute
-