类 SelectingTargetsSkillTemplate
java.lang.Object
me.magicall.game.skill.SkillTemplate
me.magicall.game.skill.SelectingTargetsSkillTemplate
- 所有已实现的接口:
HasTip,Named,OutputTarget,Skill,TargetedSkill
-
嵌套类概要
从接口继承的嵌套类/接口 me.magicall.dear_sun.Named
Named.SimpleNamed -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected final voidaction(Fighting fighting, Player player, Collection<?> targets) protected abstract voidprotected Collection<?>protected StringselectingTargetTip(Fighting fighting, Player player) 从类继承的方法 me.magicall.game.skill.SkillTemplate
action, getHotKey, getTip, name
-
构造器详细资料
-
SelectingTargetsSkillTemplate
protected SelectingTargetsSkillTemplate()
-
-
方法详细资料
-
select
- 指定者:
select在类中SkillTemplate- 抛出:
NoTargetSelectingException
-
selectingTargetTip
-
getTargetSelector
- 指定者:
getTargetSelector在接口中TargetedSkill
-
action
protected final void action(Fighting fighting, Player player, Collection<?> targets) throws OperatingException - 指定者:
action在类中SkillTemplate- 抛出:
OperatingException
-
action
protected abstract void action(Fighting fighting, Player player, Position position) throws OperatingException
-