public class Dota2ScoreboardPlayerStats extends Object
Dota2ScoreboardPlayerStats class.
| Constructor and Description |
|---|
Dota2ScoreboardPlayerStats() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccountId()
Getter for the field
accountId. |
int |
getAssists()
Getter for the field
assists. |
int |
getDeath()
Getter for the field
death. |
int |
getDenies()
Getter for the field
denies. |
int |
getGold()
Getter for the field
gold. |
int |
getGoldPerMin()
Getter for the field
goldPerMin. |
int |
getHeroId()
Getter for the field
heroId. |
int |
getItem0()
Getter for the field
item0. |
int |
getItem1()
Getter for the field
item1. |
int |
getItem2()
Getter for the field
item2. |
int |
getItem3()
Getter for the field
item3. |
int |
getItem4()
Getter for the field
item4. |
int |
getItem5()
Getter for the field
item5. |
int |
getKills()
Getter for the field
kills. |
int |
getLastHits()
Getter for the field
lastHits. |
int |
getLevel()
Getter for the field
level. |
int |
getNetWorth()
Getter for the field
netWorth. |
int |
getPlayerSlot()
Getter for the field
playerSlot. |
double |
getPositionX()
Getter for the field
positionX. |
double |
getPositionY()
Getter for the field
positionY. |
int |
getRespawnTimer()
Getter for the field
respawnTimer. |
int |
getUltimateCooldown()
Getter for the field
ultimateCooldown. |
int |
getUltimateState()
Getter for the field
ultimateState. |
int |
getXpPerMin()
Getter for the field
xpPerMin. |
void |
setAccountId(int accountId)
Setter for the field
accountId. |
void |
setAssists(int assists)
Setter for the field
assists. |
void |
setDeath(int death)
Setter for the field
death. |
void |
setDenies(int denies)
Setter for the field
denies. |
void |
setGold(int gold)
Setter for the field
gold. |
void |
setGoldPerMin(int goldPerMin)
Setter for the field
goldPerMin. |
void |
setHeroId(int heroId)
Setter for the field
heroId. |
void |
setItem0(int item0)
Setter for the field
item0. |
void |
setItem1(int item1)
Setter for the field
item1. |
void |
setItem2(int item2)
Setter for the field
item2. |
void |
setItem3(int item3)
Setter for the field
item3. |
void |
setItem4(int item4)
Setter for the field
item4. |
void |
setItem5(int item5)
Setter for the field
item5. |
void |
setKills(int kills)
Setter for the field
kills. |
void |
setLastHits(int lastHits)
Setter for the field
lastHits. |
void |
setLevel(int level)
Setter for the field
level. |
void |
setNetWorth(int netWorth)
Setter for the field
netWorth. |
void |
setPlayerSlot(int playerSlot)
Setter for the field
playerSlot. |
void |
setPositionX(double positionX)
Setter for the field
positionX. |
void |
setPositionY(double positionY)
Setter for the field
positionY. |
void |
setRespawnTimer(int respawnTimer)
Setter for the field
respawnTimer. |
void |
setUltimateCooldown(int ultimateCooldown)
Setter for the field
ultimateCooldown. |
void |
setUltimateState(int ultimateState)
Setter for the field
ultimateState. |
void |
setXpPerMin(int xpPerMin)
Setter for the field
xpPerMin. |
String |
toString() |
public int getPlayerSlot()
Getter for the field playerSlot.
public void setPlayerSlot(int playerSlot)
Setter for the field playerSlot.
playerSlot - The player_slotpublic int getAccountId()
Getter for the field accountId.
public void setAccountId(int accountId)
Setter for the field accountId.
accountId - The account_idpublic int getHeroId()
Getter for the field heroId.
public void setHeroId(int heroId)
Setter for the field heroId.
heroId - The hero_idpublic int getKills()
Getter for the field kills.
public void setKills(int kills)
Setter for the field kills.
kills - The killspublic int getDeath()
Getter for the field death.
public void setDeath(int death)
Setter for the field death.
death - The deathpublic int getAssists()
Getter for the field assists.
public void setAssists(int assists)
Setter for the field assists.
assists - The assistspublic int getLastHits()
Getter for the field lastHits.
public void setLastHits(int lastHits)
Setter for the field lastHits.
lastHits - The last_hitspublic int getDenies()
Getter for the field denies.
public void setDenies(int denies)
Setter for the field denies.
denies - The deniespublic int getGold()
Getter for the field gold.
public void setGold(int gold)
Setter for the field gold.
gold - The goldpublic int getLevel()
Getter for the field level.
public void setLevel(int level)
Setter for the field level.
level - The levelpublic int getGoldPerMin()
Getter for the field goldPerMin.
public void setGoldPerMin(int goldPerMin)
Setter for the field goldPerMin.
goldPerMin - The gold_per_minpublic int getXpPerMin()
Getter for the field xpPerMin.
public void setXpPerMin(int xpPerMin)
Setter for the field xpPerMin.
xpPerMin - The xp_per_minpublic int getUltimateState()
Getter for the field ultimateState.
public void setUltimateState(int ultimateState)
Setter for the field ultimateState.
ultimateState - The ultimate_statepublic int getUltimateCooldown()
Getter for the field ultimateCooldown.
public void setUltimateCooldown(int ultimateCooldown)
Setter for the field ultimateCooldown.
ultimateCooldown - The ultimate_cooldownpublic int getItem0()
Getter for the field item0.
public void setItem0(int item0)
Setter for the field item0.
item0 - The item0public int getItem1()
Getter for the field item1.
public void setItem1(int item1)
Setter for the field item1.
item1 - The item1public int getItem2()
Getter for the field item2.
public void setItem2(int item2)
Setter for the field item2.
item2 - The item2public int getItem3()
Getter for the field item3.
public void setItem3(int item3)
Setter for the field item3.
item3 - The item3public int getItem4()
Getter for the field item4.
public void setItem4(int item4)
Setter for the field item4.
item4 - The item4public int getItem5()
Getter for the field item5.
public void setItem5(int item5)
Setter for the field item5.
item5 - The item5public int getRespawnTimer()
Getter for the field respawnTimer.
public void setRespawnTimer(int respawnTimer)
Setter for the field respawnTimer.
respawnTimer - The respawn_timerpublic double getPositionX()
Getter for the field positionX.
public void setPositionX(double positionX)
Setter for the field positionX.
positionX - The position_xpublic double getPositionY()
Getter for the field positionY.
public void setPositionY(double positionY)
Setter for the field positionY.
positionY - The position_ypublic int getNetWorth()
Getter for the field netWorth.
public void setNetWorth(int netWorth)
Setter for the field netWorth.
netWorth - The net_worthCopyright © 2016–2024. All rights reserved.