接口 Round
- 所有超级接口:
Identified<Integer>
- 所有已知子接口:
Round.CurRound<R>,Round.FinishedRound
- 所有已知实现类:
CommonCurRound,Round.CommonFinishedRound
一个回合
- 作者:
- MaGiCalL
-
嵌套类概要
嵌套类修饰符和类型接口说明static classstatic interfaceRound.CurRound<R extends Round.FinishedRound>static interface -
方法概要
-
方法详细资料
-
getSkillOperations
com.google.common.collect.Multimap<Fighter,SkillOperation> getSkillOperations() -
id
Integer id()- 指定者:
id在接口中Identified<Integer>
-