Package net.minecraft.client.network
Interface LegacyServerPinger.ResponseHandler
- Enclosing class:
LegacyServerPinger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Environment(CLIENT)
public static interface LegacyServerPinger.ResponseHandler
- Mappings:
Namespace Name official fnx$a
intermediary net/minecraft/class_8676$class_8677
named net/minecraft/client/network/LegacyServerPinger$ResponseHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleResponse
(int protocolVersion, String version, String label, int currentPlayers, int maxPlayers)
-
Method Details
-
handleResponse
void handleResponse(int protocolVersion, String version, String label, int currentPlayers, int maxPlayers) - Mappings:
Namespace Name Mixin selector official handleResponse
Lfnx$a;handleResponse(ILjava/lang/String;Ljava/lang/String;II)V
intermediary handleResponse
Lnet/minecraft/class_8676$class_8677;handleResponse(ILjava/lang/String;Ljava/lang/String;II)V
named handleResponse
Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;handleResponse(ILjava/lang/String;Ljava/lang/String;II)V
-