Interface ClientPlayConnectionEvents.Join

Enclosing class:
ClientPlayConnectionEvents
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 ClientPlayConnectionEvents.Join
  • Method Summary

    Modifier and Type Method Description
    void onPlayReady​(net.minecraft.client.network.ClientPlayNetworkHandler handler, PacketSender sender, net.minecraft.client.MinecraftClient client)  
  • Method Details

    • onPlayReady

      void onPlayReady​(net.minecraft.client.network.ClientPlayNetworkHandler handler, PacketSender sender, net.minecraft.client.MinecraftClient client)