Class PlayerLoadedEvent
java.lang.Object
net.minestom.server.event.player.PlayerLoadedEvent
- All Implemented Interfaces:
Event, EntityEvent, EntityInstanceEvent, InstanceEvent, PlayerEvent, 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
-
-
Method Details
-
getPlayer
Description copied from interface:PlayerEventGets the player.- Specified by:
getPlayerin interfacePlayerEvent- Returns:
- the player
-