类 ServerPing
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.module.fakeminecraftserver.model.ServerPing
-
public class ServerPing extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
ServerPing.Serializer
static class
ServerPing.ServerPlayers
static class
ServerPing.ServerVersion
-
字段概要
字段 修饰符和类型 字段 说明 byte[]
favicon
static com.google.gson.Gson
formatter
net.md_5.bungee.api.chat.BaseComponent
motd
ServerPing.ServerPlayers
players
ServerPing.ServerVersion
version
-
构造器概要
构造器 构造器 说明 ServerPing()
-
-
-
字段详细资料
-
formatter
public static final com.google.gson.Gson formatter
-
motd
public net.md_5.bungee.api.chat.BaseComponent motd
-
favicon
public byte[] favicon
-
version
public ServerPing.ServerVersion version
-
players
public ServerPing.ServerPlayers players
-
-