Interface ClientLoginConnectionEvents.Init

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

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

    • onLoginStart

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