|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.eventhorizongilde.ehfs.event.CombatEvent
public abstract class CombatEvent
An event that happened during a fight.
| Method Summary | |
|---|---|
IUnit |
getDestination()
Returns the event's destination (if any.) |
IUnit |
getSource()
Returns the event's source (if any.) |
long |
getTime()
Returns the time when this event happened (in milliseconds.) |
boolean |
isActiveAction()
Returns whether this event is considered an "active action. |
void |
setDestination(IUnit destination)
|
void |
setSource(IUnit source)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getTime()
public IUnit getSource()
public void setSource(IUnit source)
public IUnit getDestination()
public void setDestination(IUnit destination)
public boolean isActiveAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||