类 AbsUndoPlugin.Undo
java.lang.Object
me.magicall.game.skill.SkillTemplate
me.magicall.game.sub.round.plugin.AbsUndoPlugin.Undo
- 所有已实现的接口:
HasTip,Named,OutputTarget,Skill
- 封闭类:
- AbsUndoPlugin<G extends Fighting,
R extends Round>
-
嵌套类概要
从接口继承的嵌套类/接口 me.magicall.dear_sun.Named
Named.SimpleNamed -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaction(Fighting fighting, Player player, Collection<?> targets) protected voidgetTip()protected voidrestoreMap(G game, int stepCount) protected Collection<?>protected voidundoRounds(G game, List<R> list, boolean useOld) 从类继承的方法 me.magicall.game.skill.SkillTemplate
action, getHotKey, name
-
构造器详细资料
-
Undo
protected Undo()
-
-
方法详细资料
-
getTip
- 指定者:
getTip在接口中HasTip- 覆盖:
getTip在类中SkillTemplate
-
action
protected void action(Fighting fighting, Player player, Collection<?> targets) throws OperatingException - 指定者:
action在类中SkillTemplate- 抛出:
OperatingException
-
checkRoundsCount
-
restoreMap
-
undoRounds
-
select
- 指定者:
select在类中SkillTemplate
-