|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParseContext
Contains contextual information for the current fight parse.
| Method Summary | |
|---|---|
void |
addMessage(String message)
Adds a message that will be displayed to the user after parsing the fight. |
IUnit[] |
getAllUnits()
Returns all known units involved in the fight. |
int |
getAnnotationAlpha()
Returns the alpha value for graph annotations. |
long |
getEndTime()
Returns the time when the fight has ended (in milliseconds.) |
IUnit |
getEnvironment()
Returns the unit known as "the environment. |
String |
getLastLogLine()
|
long |
getStartTime()
Returns the time when the fight has started (in milliseconds.) |
Set<IUnit> |
getSummonedUnits(String ownerGuid)
Returns all units summoned by the specified unit. |
IUnit |
getUnit(String guid)
Returns the unit specified by the GUID. |
List<List<IEventText>> |
getUnitRecentEventsBeforeDeath(String guid)
|
boolean |
isBoss(IUnit unit)
Returns whether the specified unit is a boss. |
boolean |
isCollectRecentEventsBeforeDeath()
|
boolean |
isSummonedUnit(String guid)
Returns whether the specified unit has been summoned. |
void |
removeMilestone(IMilestone milestone)
Removes the specified milestone for the current fight. |
| Method Detail |
|---|
IUnit getEnvironment()
IUnit getUnit(String guid)
IUnit[] getAllUnits()
Set<IUnit> getSummonedUnits(String ownerGuid)
long getStartTime()
long getEndTime()
boolean isSummonedUnit(String guid)
List<List<IEventText>> getUnitRecentEventsBeforeDeath(String guid)
boolean isCollectRecentEventsBeforeDeath()
boolean isBoss(IUnit unit)
String getLastLogLine()
int getAnnotationAlpha()
Color objects.
void addMessage(String message)
void removeMilestone(IMilestone milestone)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||