Interface HasValue
- All Known Implementing Classes:
AbstractDamageEvent,AfterPhysicalAttackEvent,ArmorChangedEvent,BeforePhysicalAttackEvent,DamageEvent,DrainEvent,ExcessHealingEvent,FatigueEvent,HealEvent,HealingResult,InvokedEvent,MaxHpIncreasedEvent,MaxManaChangedEvent,ModifyCurrentManaEvent,OverloadEvent,PhysicalAttackEvent,PreDamageEvent,ValueEvent
public interface HasValue
Indicates an event has a value, typically the damage dealt or mana changed, etc.
Implemented by the ValueEvent.
-
Method Summary
-
Method Details
-
getValue
int getValue()Gets the value associated with the event.- Returns:
-