Class PlayerJoinEvents

java.lang.Object
net.frozenblock.lib.event.api.PlayerJoinEvents

public class PlayerJoinEvents extends Object
A class representing the player join event.
  • Field Details

    • ON_JOIN_SERVER

      public static final net.fabricmc.fabric.api.event.Event<PlayerJoinEvents.PlayerJoin> ON_JOIN_SERVER
      The event that is triggered when a player joins the server.
    • ON_PLAYER_ADDED_TO_LEVEL

      public static final net.fabricmc.fabric.api.event.Event<PlayerJoinEvents.PlayerAddedToLevel> ON_PLAYER_ADDED_TO_LEVEL
      The event that is triggered when a player joins a world.
  • Constructor Details

    • PlayerJoinEvents

      public PlayerJoinEvents()