|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.eventhorizongilde.ehfs.event.CombatEvent
de.eventhorizongilde.ehfs.event.AbstractSpellEvent
public abstract class AbstractSpellEvent
An event that involves a spell.
| Method Summary | |
|---|---|
Spell |
getSpell()
Returns the spell involved. |
boolean |
isDamage()
Returns whether this event resulted in damage done (if applicable.) |
boolean |
isMissed()
Returns whether this event resulted in a miss (if applicable.) |
boolean |
isTick()
Returns whether this event belongs to a tick instead of a direct spellcast event. |
| Methods inherited from class de.eventhorizongilde.ehfs.event.CombatEvent |
|---|
getDestination, getSource, getTime, isActiveAction, setDestination, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Spell getSpell()
public boolean isMissed()
public boolean isDamage()
false in the case of heals.
public boolean isTick()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||