class KattonPlayerList( val playerList: PlayerList ) : List<ServerPlayer> by playerList.playersList-like access to all online players.
Properties
| Property | Description |
|---|---|
playerList | The underlying PlayerList |
KattonPlayerList.get
operator fun get(name: String): ServerPlayer?Find a player by name.
KattonPlayerList.get
operator fun get(uuid: UUID): ServerPlayer?Find a player by UUID.