Uses of Class
net.minecraft.network.ServerStatusResponse
-
Packages that use ServerStatusResponse Package Description net.minecraft.network net.minecraft.network.status.server net.minecraft.server net.minecraftforge.fml.client -
-
Uses of ServerStatusResponse in net.minecraft.network
Methods in net.minecraft.network that return ServerStatusResponse Modifier and Type Method 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_)
Methods in net.minecraft.network with parameters of type ServerStatusResponse Modifier and Type Method 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_)
-
Uses of ServerStatusResponse in net.minecraft.network.status.server
Fields in net.minecraft.network.status.server declared as ServerStatusResponse Modifier and Type Field Description private ServerStatusResponse
SServerInfoPacket. status
Methods in net.minecraft.network.status.server that return ServerStatusResponse Modifier and Type Method Description ServerStatusResponse
SServerInfoPacket. getStatus()
Constructors in net.minecraft.network.status.server with parameters of type ServerStatusResponse Constructor Description SServerInfoPacket(ServerStatusResponse p_i46848_1_)
-
Uses of ServerStatusResponse in net.minecraft.server
Fields in net.minecraft.server declared as ServerStatusResponse Modifier and Type Field Description private ServerStatusResponse
MinecraftServer. status
Methods in net.minecraft.server that return ServerStatusResponse Modifier and Type Method Description ServerStatusResponse
MinecraftServer. getStatus()
Methods in net.minecraft.server with parameters of type ServerStatusResponse Modifier and Type Method Description private void
MinecraftServer. updateStatusIcon(ServerStatusResponse p_184107_1_)
-
Uses of ServerStatusResponse in net.minecraftforge.fml.client
Methods in net.minecraftforge.fml.client with parameters of type ServerStatusResponse Modifier and Type Method Description static void
ClientHooks. processForgeListPingData(ServerStatusResponse packet, ServerData target)
-