Skip to content

@minecraft/server


@minecraft/server / PlayerLeaveAfterEvent

Class: PlayerLeaveAfterEvent ​

Defined in: @minecraft/server/index.d.ts:18050

Contains information regarding a player that has left the world.

Properties ​

playerId ​

readonly playerId: string

Defined in: @minecraft/server/index.d.ts:18058

Remarks ​

Opaque string identifier of the player that has left the event.


playerName ​

readonly playerName: string

Defined in: @minecraft/server/index.d.ts:18064

Remarks ​

Player that has left the world.