Class PlayerJoinEvent

java.lang.Object
me.hackware.api.event.Event
me.hackware.api.event.impl.PlayerJoinEvent

public class PlayerJoinEvent extends Event
Fired when another player joins the server (appears in the tab list).
  • Constructor Details

    • PlayerJoinEvent

      public PlayerJoinEvent(@Nullable @Nullable String name, UUID uuid)
  • Method Details

    • getName

      @Nullable public @Nullable String getName()
      The joining player's name (may be null if unavailable).
    • getUuid

      public UUID getUuid()
      The joining player's UUID.