Package | Description |
---|---|
net.minecraft.network | |
net.minecraft.network.status.server | |
net.minecraft.server | |
net.minecraftforge.fml.client |
Modifier and Type | Method and Description |
---|---|
ServerStatusResponse |
ServerStatusResponse.Serializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
ServerStatusResponse.Serializer.serialize(ServerStatusResponse p_serialize_1_,
java.lang.reflect.Type p_serialize_2_,
com.google.gson.JsonSerializationContext p_serialize_3_) |
Modifier and Type | Field and Description |
---|---|
private ServerStatusResponse |
SServerInfoPacket.response |
Modifier and Type | Method and Description |
---|---|
ServerStatusResponse |
SServerInfoPacket.getResponse() |
Constructor and Description |
---|
SServerInfoPacket(ServerStatusResponse responseIn) |
Modifier and Type | Field and Description |
---|---|
private ServerStatusResponse |
MinecraftServer.statusResponse |
Modifier and Type | Method and Description |
---|---|
ServerStatusResponse |
MinecraftServer.getServerStatusResponse() |
Modifier and Type | Method and Description |
---|---|
void |
MinecraftServer.applyServerIconToResponse(ServerStatusResponse response) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientHooks.processForgeListPingData(ServerStatusResponse packet,
ServerData target) |