masterblaster.player#
Module Contents#
Classes#
Class for Player objects, related to zero or more gameaccounts |
- class masterblaster.player.Player(id: str, nickName: str, avatarUrl: str, registered: str, isProfileComplete: bool, gameAccounts: list[masterblaster.gameaccount.GameAccount])[source]#
Class for Player objects, related to zero or more gameaccounts
- Parameters:
id (str) – The masterblaster id of the player
nickName (str) – The internal nickname of the player
avatarUrl (str) – The avatar url of the player
registered (str) – When the player was registered
isProfileComplete (bool) – Whether or not the player has completed their profile
gameAccounts (list[masterblaster.gameaccount.GameAccount]) – List of gameaccounts related to the player