Uses of Class
de.eventhorizongilde.ehfs.milestone.filter.EventUnit

Packages that use EventUnit
de.eventhorizongilde.ehfs.milestone.filter Classes for working with event filters. 
 

Uses of EventUnit in de.eventhorizongilde.ehfs.milestone.filter
 

Methods in de.eventhorizongilde.ehfs.milestone.filter that return EventUnit
 EventUnit AbstractUnitFilter.getEventUnit()
          Returns which unit of fight events this filter selects.
static EventUnit EventUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventUnit[] EventUnit.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.eventhorizongilde.ehfs.milestone.filter with parameters of type EventUnit
static AbstractUnitFilter Filters.affiliation(EventUnit eventUnit, boolean raidMember)
          Creates a filter that matches if the specified event unit is a raid member (or not.)
static AbstractUnitFilter Filters.mob(EventUnit eventUnit)
          Creates a filter that matches when the specified event unit is a mob (or NPC.)
static IEventFilter Filters.mobSpell(Class<? extends AbstractSpellEvent> eventClass, EventUnit eventUnit, int spellId)
          Creates a filter that matches when the specified event unit is a mob (or NPC), the fight event is of a specific type, and the specified spell is involved in the event.
static AbstractUnitFilter Filters.npc(EventUnit eventUnit, int... npcIds)
          Creates a filter that matches if the specified event unit is one of the specified NPCs.
static AbstractUnitFilter Filters.npc(EventUnit eventUnit, int npcId)
          Creates a filter that matches if the specified event unit is a specific NPC.
static AbstractUnitFilter Filters.player(EventUnit eventUnit)
          Creates a filter that matches when the specified event unit is a player.
static IEventFilter Filters.playerSpell(Class<? extends AbstractSpellEvent> eventClass, EventUnit eventUnit, int... spellIds)
           
static IEventFilter Filters.playerSpell(Class<? extends AbstractSpellEvent> eventClass, EventUnit eventUnit, int spellId)
          Deprecated. Use Filters.playerSpell(Class, EventUnit, int...) instead.
static IEventFilter Filters.playerSpell(Class<? extends AbstractSpellEvent> eventClass, EventUnit eventUnit, int spellId, int spellId2)
          Deprecated. Use Filters.playerSpell(Class, EventUnit, int...) instead.
static AbstractUnitFilter Filters.unitType(EventUnit eventUnit, IUnit.Type type)
          Creates a filter that matches if the specified event unit is of a specific type.
 

Constructors in de.eventhorizongilde.ehfs.milestone.filter with parameters of type EventUnit
AbstractUnitFilter(EventUnit eventUnit)
           
 



Event Horizon Fight Statistics