java.lang.Object
me.magicall.game.sub.round.plugin.AbsUndoPlugin<G,R>
- 所有已实现的接口:
GameLauncherPlugin
- 直接已知子类:
AbsRedoPlugin
public abstract class AbsUndoPlugin<G extends Fighting,R extends Round>
extends Object
implements GameLauncherPlugin
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidvoidvoidbeforeConfigGameOption(GameOption gameOption) voidbeforeGameStart(Fighting fighting) protected intprotected intprotected UndoManager<R>protected intprotected intprotected UndoManager<R>newUndoManager(int maxUndoRoundCount) protected AbsUndoPlugin<G,R>.Undo protected abstract void
-
字段详细资料
-
undoManager
-
-
构造器详细资料
-
AbsUndoPlugin
public AbsUndoPlugin()
-
-
方法详细资料
-
undoRound
-
afterGame
- 指定者:
afterGame在接口中GameLauncherPlugin
-
beforeGameStart
- 指定者:
beforeGameStart在接口中GameLauncherPlugin
-
addSkill
- 参数:
fighting-
-
newUndoSkill
-
newUndoManager
-
beforeConfigGameOption
- 指定者:
beforeConfigGameOption在接口中GameLauncherPlugin
-
getMaxUndoCount
protected int getMaxUndoCount() -
getUndoManager
-
maxAvailable
protected int maxAvailable() -
minAvailable
protected int minAvailable() -
defaultValue
protected int defaultValue()
-