Show / Hide Table of Contents

Class Player

Inheritance
System.Object
Identity
Player
Inherited Members
Identity.Tag
Identity.Name
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class Player : Identity

Properties

| Improve this Doc View Source

Achievements

Declaration
public PlayerAchievementProgressList Achievements { get; set; }
Property Value
Type Description
PlayerAchievementProgressList
| Improve this Doc View Source

AttackWins

Attacks won

Declaration
public int AttackWins { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BestBuilderBaseTrophies

Declaration
public int BestBuilderBaseTrophies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BestTrophies

All time best

Declaration
public int BestTrophies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BuilderBaseLeague

Declaration
public BuilderBaseLeague BuilderBaseLeague { get; set; }
Property Value
Type Description
BuilderBaseLeague
| Improve this Doc View Source

BuilderBaseTrophies

Declaration
public int BuilderBaseTrophies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BuilderHallLevel

Declaration
public int? BuilderHallLevel { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Clan

Declaration
public PlayerClan Clan { get; set; }
Property Value
Type Description
PlayerClan
| Improve this Doc View Source

ClanCapitalContributions

Total capital contribution

Declaration
public int ClanCapitalContributions { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DefenseWins

Defenses won

Declaration
public int DefenseWins { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Donations

Troops donated

Declaration
public int Donations { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DonationsReceived

Troops received

Declaration
public int DonationsReceived { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ExpLevel

Declaration
public int ExpLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HeroEquipment

Declaration
public PlayerItemLevelList HeroEquipment { get; set; }
Property Value
Type Description
PlayerItemLevelList
| Improve this Doc View Source

Heroes

Declaration
public PlayerItemLevelList Heroes { get; set; }
Property Value
Type Description
PlayerItemLevelList
| Improve this Doc View Source

Labels

Labels to describe player's play style

Declaration
public LabelList Labels { get; set; }
Property Value
Type Description
LabelList
| Improve this Doc View Source

League

Declaration
public League League { get; set; }
Property Value
Type Description
League
| Improve this Doc View Source

LegendStatistics

Declaration
public PlayerLegendStatistics LegendStatistics { get; set; }
Property Value
Type Description
PlayerLegendStatistics
| Improve this Doc View Source

PlayerHouse

Declaration
public PlayerHouse PlayerHouse { get; set; }
Property Value
Type Description
PlayerHouse
| Improve this Doc View Source

Role

Declaration
public Role? Role { get; set; }
Property Value
Type Description
System.Nullable<Role>
| Improve this Doc View Source

Spells

Declaration
public PlayerItemLevelList Spells { get; set; }
Property Value
Type Description
PlayerItemLevelList
| Improve this Doc View Source

TownHallLevel

Declaration
public int TownHallLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TownHallWeaponLevel

Declaration
public int? TownHallWeaponLevel { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Troops

Declaration
public PlayerItemLevelList Troops { get; set; }
Property Value
Type Description
PlayerItemLevelList
| Improve this Doc View Source

Trophies

Declaration
public int Trophies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

WarPreference

Declaration
public WarPreference? WarPreference { get; set; }
Property Value
Type Description
System.Nullable<WarPreference>
| Improve this Doc View Source

WarStars

War stars won

Declaration
public int WarStars { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX