PlayerProvider

interface PlayerProvider

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getOnlinePlayerByName(name: String): Player?
Link copied to clipboard
abstract fun getOnlinePlayerByUUID(uuid: UUID): Player?
Link copied to clipboard
Link copied to clipboard
abstract fun getRegisteredPlayerByUUID(uuid: UUID): Player?