MCPcopy Create free account
hub / github.com/e2wugui/zeze / getRankSize

Method getRankSize

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Rank.java:197–202  ·  view source on GitHub ↗

为排行榜设置需要的数量。【有默认值】

(int rankType)

Source from the content-addressed store, hash-verified

195 * 为排行榜设置需要的数量。【有默认值】
196 */
197 public final int getRankSize(int rankType) {
198 var volatileTmp = funcRankSize;
199 if (null != volatileTmp)
200 return volatileTmp.applyAsInt(rankType);
201 return 100;
202 }
203
204 /**
205 * 为排行榜设置最大并发级别。【有默认值】

Callers 3

updateRankMethod · 0.95
getRankTotalMethod · 0.95
getRankDirectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected