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
named net/minecraft/client/network/LegacyServerPinger$ResponseHandler
intermediary net/minecraft/class_8676$class_8677
official fzg$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
      named handleResponse Lnet/minecraft/client/network/LegacyServerPinger$ResponseHandler;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
      official handleResponse Lfzg$a;handleResponse(ILjava/lang/String;Ljava/lang/String;II)V