PlayerManager

interface PlayerManager

Access to connected players and their sessions.

Functions

Link copied to clipboard
abstract fun all(): Collection<ProxyPlayer>
Link copied to clipboard
abstract fun get(id: UUID): ProxyPlayer?
Link copied to clipboard
abstract fun getByName(username: String): ProxyPlayer?