PlayerQueueItem

class PlayerQueueItem(val player: Player, val isPlayerJoin: Boolean)

Holds info on a player when they join the server or world

Author

stumper66

Since

3.2.3

Constructors

Link copied to clipboard
constructor(player: Player, isPlayerJoin: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val player: Player