Uses of Interface
de.eventhorizongilde.ehfs.milestone.IMilestone

Packages that use IMilestone
de.eventhorizongilde.ehfs.milestone Classes for working with milestones. 
de.eventhorizongilde.ehfs.parse Classes for general parsing work. 
 

Uses of IMilestone in de.eventhorizongilde.ehfs.milestone
 

Classes in de.eventhorizongilde.ehfs.milestone that implement IMilestone
 class AbstractFilterMilestone
          Convenience milestone implementation that informs of events that match one or more filters.
 class AbstractMilestone
          Convenience milestone implementation handling basic annotation group creation.
 class AbstractNpcGroupMemberDeadMilestone
          A milestone that creates line annotations when an NPC group member dies.
 class AbstractNpcJoinsMilestone
          A milestone that creates line annotations when an NPC joins the fight.
 class AbstractUnitAuraMilestone
          A milestone that tracks unit auras.
 

Uses of IMilestone in de.eventhorizongilde.ehfs.parse
 

Methods in de.eventhorizongilde.ehfs.parse with parameters of type IMilestone
 void IParseContext.removeMilestone(IMilestone milestone)
          Removes the specified milestone for the current fight.
 



Event Horizon Fight Statistics