:py:mod:`masterblaster.player` ============================== .. py:module:: masterblaster.player Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: masterblaster.player.Player .. py:class:: Player(id: str, nickName: str, avatarUrl: str, registered: str, isProfileComplete: bool, gameAccounts: list[masterblaster.gameaccount.GameAccount]) Class for Player objects, related to zero or more gameaccounts :param id: The masterblaster id of the player :param nickName: The internal nickname of the player :param avatarUrl: The avatar url of the player :param registered: When the player was registered :param isProfileComplete: Whether or not the player has completed their profile :param gameAccounts: List of gameaccounts related to the player