Interface ClientEvent.LocalPlayerQuit

Enclosing interface:
ClientEvent

public static interface ClientEvent.LocalPlayerQuit
Event handler type for ClientEvent.PLAYER_QUIT.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(@NotNull net.minecraft.client.player.LocalPlayer localPlayer)
     
  • Method Details

    • invoke

      void invoke(@NotNull @NotNull net.minecraft.client.player.LocalPlayer localPlayer)