接口 MinecraftProtocolHelper.QueryCallback
-
public static interface MinecraftProtocolHelper.QueryCallback
-
-
方法概要
修饰符和类型 方法 说明 void
done(String motd, String gametype, String map, String numplayers, String maxplayers, int hostport, String hostip)
void
error(Throwable throwable)
int
getChallengeInteger()
boolean
hasChallengeInteger()
void
setChallengeInteger(int ci)
-
-
-
方法详细资料
-
hasChallengeInteger
boolean hasChallengeInteger()
-
getChallengeInteger
int getChallengeInteger()
-
setChallengeInteger
void setChallengeInteger(int ci)
-
done
void done(String motd, String gametype, String map, String numplayers, String maxplayers, int hostport, String hostip)
-
error
void error(Throwable throwable)
-
-