Interface ClientEvent.LocalPlayerJoin

Enclosing interface:
ClientEvent

public static interface ClientEvent.LocalPlayerJoin
Event handler type for ClientEvent.PLAYER_JOIN.
  • 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)