|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractUnitFilter | |
|---|---|
| de.eventhorizongilde.ehfs.milestone | Classes for working with milestones. |
| de.eventhorizongilde.ehfs.milestone.filter | Classes for working with event filters. |
| Uses of AbstractUnitFilter in de.eventhorizongilde.ehfs.milestone |
|---|
| Constructors in de.eventhorizongilde.ehfs.milestone with parameters of type AbstractUnitFilter | |
|---|---|
AbstractUnitAuraMilestone(AbstractUnitFilter unitFilter,
int... spellIds)
Creates a new unit aura milestone. |
|
| Uses of AbstractUnitFilter in de.eventhorizongilde.ehfs.milestone.filter |
|---|
| Methods in de.eventhorizongilde.ehfs.milestone.filter that return AbstractUnitFilter | |
|---|---|
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 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 AbstractUnitFilter |
Filters.unitType(EventUnit eventUnit,
IUnit.Type type)
Creates a filter that matches if the specified event unit is of a specific type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||