类 UndoManager<R extends Round>
java.lang.Object
me.magicall.game.sub.round.CommonRoundManager
me.magicall.game.sub.round.skill.UndoManager<R>
- 所有已实现的接口:
Undoable
- 直接已知子类:
UndoRedoManager
-
嵌套类概要
从接口继承的嵌套类/接口 me.magicall.game.sub.round.skill.Undoable
Undoable.Redoable -
字段概要
字段从类继承的字段 me.magicall.game.sub.round.CommonRoundManager
curRound, rounds -
构造器概要
构造器 -
方法概要
从类继承的方法 me.magicall.game.sub.round.CommonRoundManager
addRound, endCurRound, getCurRound, getLastRound, getRounds, getRoundsCount, popLastRound, startRound
-
字段详细资料
-
maxUndoRoundCount
protected int maxUndoRoundCount
-
-
构造器详细资料
-
UndoManager
public UndoManager(int maxUndoRoundCount)
-
-
方法详细资料