Modifier and Type | Method and Description |
---|---|
Optional<SkillTargeter> |
MythicTargeterLoadEvent.getTargeter() |
Modifier and Type | Method and Description |
---|---|
void |
MythicTargeterLoadEvent.register(SkillTargeter targeter)
Registers a custom targeter in MythicMobs, tied to the
targeter name in the event.
|
Modifier and Type | Method and Description |
---|---|
static void |
MythicLogger.errorTargeterConfig(SkillTargeter targeter,
MythicLineConfig config,
String error) |
Modifier and Type | Field and Description |
---|---|
protected Optional<SkillTargeter> |
AbstractSkill.targeter
The optional targeter for this skill
|
Modifier and Type | Method and Description |
---|---|
static SkillTargeter |
SkillTargeter.getMythicTargeter(String search,
MythicLineConfig mlc) |
protected SkillTargeter |
AbstractSkill.parseSkillTargeter(String strTarget) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Class<? extends SkillTargeter>> |
SkillManager.getTargeters() |
Modifier and Type | Field and Description |
---|---|
protected SkillTargeter |
CustomTargeter.targeter |
Modifier and Type | Method and Description |
---|---|
Optional<SkillTargeter> |
CustomTargeter.getTargeter() |
Copyright © 2020. All rights reserved.