类 CommonCurRound
java.lang.Object
me.magicall.game.sub.round.CommonCurRound
- 所有已实现的接口:
Identified<Integer>,Round,Round.CurRound<Round.CommonFinishedRound>
-
嵌套类概要
从接口继承的嵌套类/接口 me.magicall.game.sub.round.Round
Round.CommonFinishedRound, Round.CurRound<R extends Round.FinishedRound>, Round.FinishedRound -
构造器概要
构造器构造器说明CommonCurRound(int id) CommonCurRound(int id, com.google.common.collect.Multimap<Fighter, SkillOperation> skillOperations) -
方法概要
修饰符和类型方法说明voidaddSkillOptions(Fighter fighter, List<SkillOperation> skillOperations) finish()com.google.common.collect.Multimap<Fighter,SkillOperation> id()toString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 me.magicall.game.sub.round.Round.CurRound
addSkillOptions
-
构造器详细资料
-
CommonCurRound
public CommonCurRound(int id, com.google.common.collect.Multimap<Fighter, SkillOperation> skillOperations) -
CommonCurRound
public CommonCurRound(int id)
-
-
方法详细资料
-
id
- 指定者:
id在接口中Identified<Integer>- 指定者:
id在接口中Round
-
getSkillOperations
- 指定者:
getSkillOperations在接口中Round
-
addSkillOptions
-
finish
- 指定者:
finish在接口中Round.CurRound<Round.CommonFinishedRound>
-
toString
-