Modifier and Type | Method and Description |
---|---|
Optional<SkillMechanic> |
MythicMechanicLoadEvent.getMechanic() |
Modifier and Type | Method and Description |
---|---|
void |
MythicMechanicLoadEvent.register(SkillMechanic mechanic)
Registers a custom mechanic in MythicMobs, tied to the
mechanic name in the event.
|
Modifier and Type | Method and Description |
---|---|
static void |
MythicLogger.errorMechanicConfig(SkillMechanic mechanic,
MythicLineConfig config,
String error) |
Modifier and Type | Method and Description |
---|---|
Queue<SkillMechanic> |
MythicMob.getSkills(SkillTrigger trigger) |
Queue<SkillMechanic> |
MythicMob.getTimerSkills() |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<SkillMechanic> |
Skill.skills |
Modifier and Type | Method and Description |
---|---|
SkillMechanic |
SkillManager.getSkillMechanic(String skill) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Class<? extends SkillMechanic>> |
SkillManager.getMechanics() |
Modifier and Type | Method and Description |
---|---|
protected static void |
SkillMechanic.executeNoTargetSkill(SkillMechanic mechanic,
SkillMetadata data) |
protected static void |
SkillMechanic.executeTargetedEntitySkill(SkillMechanic mechanic,
SkillMetadata data) |
protected static void |
SkillMechanic.executeTargetedLocationSkill(SkillMechanic mechanic,
SkillMetadata data) |
Modifier and Type | Method and Description |
---|---|
static void |
Skill.execute(SkillMetadata data,
Queue<SkillMechanic> skillqueue) |
Constructor and Description |
---|
DelayedSkill(SkillMetadata data,
Queue<SkillMechanic> skills) |
TriggeredSkill(SkillTrigger cause,
SkillCaster am,
AbstractLocation origin,
AbstractEntity trigger,
Collection<SkillMechanic> mechanics,
boolean sync,
Consumer<SkillMetadata> transformer,
org.apache.commons.lang3.tuple.Pair<String,Object>... metadata) |
TriggeredSkill(SkillTrigger cause,
SkillCaster am,
AbstractLocation origin,
AbstractEntity trigger,
Collection<SkillMechanic> mechanics,
boolean sync,
org.apache.commons.lang3.tuple.Pair<String,Object>... metadata) |
Modifier and Type | Class and Description |
---|---|
class |
Aura |
Modifier and Type | Class and Description |
---|---|
class |
DamagingMechanic |
Modifier and Type | Field and Description |
---|---|
protected SkillMechanic |
CustomMechanic.mechanic |
Modifier and Type | Method and Description |
---|---|
Optional<SkillMechanic> |
CustomMechanic.getMechanic() |
Modifier and Type | Class and Description |
---|---|
class |
Projectile |
Modifier and Type | Class and Description |
---|---|
class |
VariableMechanic |
Copyright © 2020. All rights reserved.