类 ServerPing.ServerPlayers
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.module.fakeminecraftserver.model.ServerPing.ServerPlayers
-
- 封闭类:
- ServerPing
public static class ServerPing.ServerPlayers extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
ServerPing.ServerPlayers.SamplePlayer
-
字段概要
字段 修饰符和类型 字段 说明 int
max
int
online
Collection<ServerPing.ServerPlayers.SamplePlayer>
sample
-
构造器概要
构造器 构造器 说明 ServerPlayers()
-
-
-
字段详细资料
-
max
public int max
-
online
public int online
-
sample
public Collection<ServerPing.ServerPlayers.SamplePlayer> sample
-
-