Class PlayerLoadedEvent

java.lang.Object
net.minestom.server.event.player.PlayerLoadedEvent
All Implemented Interfaces:
Event, EntityEvent, EntityInstanceEvent, InstanceEvent, PlayerEvent, PlayerInstanceEvent

public class PlayerLoadedEvent extends Object implements PlayerInstanceEvent
Called when a player indicates that they have finished loading into the world.

This is driven by the client so should be considered as such.

  • Constructor Details

    • PlayerLoadedEvent

      public PlayerLoadedEvent(Player player)
  • Method Details

    • getPlayer

      @NotNull public @NotNull Player getPlayer()
      Description copied from interface: PlayerEvent
      Gets the player.
      Specified by:
      getPlayer in interface PlayerEvent
      Returns:
      the player