Interface ClientLoginConnectionEvents.Disconnect

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.Disconnect
See Also:
ClientLoginConnectionEvents.DISCONNECT
  • Method Summary

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

    • onLoginDisconnect

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