Package com.sucy.skill.dynamic.condition
Class EntityTypeCondition
java.lang.Object
com.sucy.skill.dynamic.EffectComponent
com.sucy.skill.dynamic.condition.ConditionComponent
com.sucy.skill.dynamic.condition.EntityTypeCondition
-
Field Summary
Fields inherited from class com.sucy.skill.dynamic.EffectComponent
children, hasPreview, previewType, settings, skill -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()voidload(DynamicSkill skill, mc.promcteam.engine.mccore.config.parse.DataSection config) Loads component data from the configurationMethods inherited from class com.sucy.skill.dynamic.condition.ConditionComponent
execute, getTypeMethods inherited from class com.sucy.skill.dynamic.EffectComponent
cleanUp, doCleanUp, execute, executeChildren, filter, getInstanceKey, getNum, getSettings, getSkillData, hasPreview, lastPassed, parseValues, playPreview, save
-
Constructor Details
-
EntityTypeCondition
public EntityTypeCondition()
-
-
Method Details
-
getKey
- Specified by:
getKeyin classEffectComponent
-
load
Description copied from class:EffectComponentLoads component data from the configuration- Overrides:
loadin classEffectComponent- Parameters:
skill- owning skill of the componentconfig- config data to load from
-