BaseUser

interface BaseUser

Common data associated with both users and players.

Inheritors

Functions

Link copied to clipboard
abstract fun isOnline(): Boolean

If this user is online or not.

Properties

Link copied to clipboard
abstract val firstJoined: Instant

The time that this user first joined the server.

Link copied to clipboard
@get:JvmName(name = "hasJoinedBefore")
abstract val hasJoinedBefore: Boolean

If this user has joined this server before.

Link copied to clipboard
abstract val lastJoined: Instant

The latest time when this user last joined the server.

Link copied to clipboard
abstract val profile: GameProfile

The cached game profile associated with this user.