类的使用
cn.mcres.gyhhy.MXLib.yggdrasil.beans.Profile
-
使用Profile的程序包 程序包 说明 cn.mcres.gyhhy.MXLib.yggdrasil -
-
cn.mcres.gyhhy.MXLib.yggdrasil中Profile的使用
返回Profile的cn.mcres.gyhhy.MXLib.yggdrasil中的方法 修饰符和类型 方法 说明 Profile
Yggdrasil. queryPlayerHasJoined(String username, String serverId, String player_ip)
Profile
Yggdrasil. queryProfile(UnsignedUUID uuid, boolean unsigned)
Profile
Yggdrasil. queryProfile(String uuid, boolean unsigned)
Profile[]
Yggdrasil. queryProfiles(String... pnames)
Profile
JsonHelper.ProfileTypeAdapter. read(com.google.gson.stream.JsonReader in)
参数类型为Profile的cn.mcres.gyhhy.MXLib.yggdrasil中的方法 修饰符和类型 方法 说明 void
JsonHelper.ProfileTypeAdapter. write(com.google.gson.stream.JsonWriter out, Profile value)
类型变量类型为Profile的cn.mcres.gyhhy.MXLib.yggdrasil中的方法参数 修饰符和类型 方法 说明 void
Yggdrasil. queryPlayerHasJoined(String username, String serverId, String player_ip, Callback<Profile> callback)
GET /sessionserver/session/minecraft/hasJoined?void
Yggdrasil. queryProfile(UnsignedUUID uuid, boolean unsigned, Callback<Profile> callback)
void
Yggdrasil. queryProfile(String uuid, boolean unsigned, Callback<Profile> callback)
-