Interface ClientLoginConnectionEvents.QueryStart

Enclosing class:
ClientLoginConnectionEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT) @FunctionalInterface public static interface ClientLoginConnectionEvents.QueryStart
See Also:
ClientLoginConnectionEvents.QUERY_START
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoginQueryStart​(net.minecraft.client.network.ClientLoginNetworkHandler handler, net.minecraft.client.MinecraftClient client)
     
  • Method Details

    • onLoginQueryStart

      void onLoginQueryStart(net.minecraft.client.network.ClientLoginNetworkHandler handler, net.minecraft.client.MinecraftClient client)