类 MinecraftProtocolHelper.SimpleQueryCallback
- java.lang.Object
-
- cn.mcres.karlatemp.mxlib.network.minecraft.MinecraftProtocolHelper.SimpleQueryCallback
-
- 所有已实现的接口:
MinecraftProtocolHelper.QueryCallback
public abstract static class MinecraftProtocolHelper.SimpleQueryCallback extends Object implements MinecraftProtocolHelper.QueryCallback
-
-
构造器概要
构造器 构造器 说明 SimpleQueryCallback()
-
方法概要
修饰符和类型 方法 说明 int
getChallengeInteger()
boolean
hasChallengeInteger()
void
setChallengeInteger(int ci)
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 cn.mcres.karlatemp.mxlib.network.minecraft.MinecraftProtocolHelper.QueryCallback
done, error
-
-