类 UndoRedoManager<R extends Round>
java.lang.Object
me.magicall.game.sub.round.CommonRoundManager
me.magicall.game.sub.round.skill.UndoManager<R>
me.magicall.game.sub.round.skill.UndoRedoManager<R>
- 所有已实现的接口:
Undoable,Undoable.Redoable
-
嵌套类概要
从接口继承的嵌套类/接口 me.magicall.game.sub.round.skill.Undoable
Undoable.Redoable -
字段概要
从类继承的字段 me.magicall.game.sub.round.skill.UndoManager
maxUndoRoundCount从类继承的字段 me.magicall.game.sub.round.CommonRoundManager
curRound, rounds -
构造器概要
构造器 -
方法概要
从类继承的方法 me.magicall.game.sub.round.skill.UndoManager
getMaxUndoRoundCount, setMaxUndoRoundCount, undo, undo从类继承的方法 me.magicall.game.sub.round.CommonRoundManager
addRound, endCurRound, getCurRound, getLastRound, getRounds, getRoundsCount, startRound
-
构造器详细资料
-
UndoRedoManager
public UndoRedoManager(int maxUndoRoundCount)
-
-
方法详细资料
-
redo
- 指定者:
redo在接口中Undoable.Redoable
-
redo
- 指定者:
redo在接口中Undoable.Redoable
-
popLastRound
- 覆盖:
popLastRound在类中CommonRoundManager
-
getRedos
-
getRedosCount
public int getRedosCount()
-