public class Dota2ScoreboardStats extends Object
Dota2ScoreboardStats class.
Constructor and Description |
---|
Dota2ScoreboardStats() |
Modifier and Type | Method and Description |
---|---|
Dota2ScoreboardTeamStats |
getDireTeamScoreStats()
Getter for the field
direTeamScoreStats . |
double |
getDuration()
Getter for the field
duration . |
Dota2ScoreboardTeamStats |
getRadiantTeamScoreStats()
Getter for the field
radiantTeamScoreStats . |
int |
getRoshanRespawnTimer()
Getter for the field
roshanRespawnTimer . |
void |
setDireTeamScoreStats(Dota2ScoreboardTeamStats direTeamScoreStats)
Setter for the field
direTeamScoreStats . |
void |
setDuration(double duration)
Setter for the field
duration . |
void |
setRadiantTeamScoreStats(Dota2ScoreboardTeamStats radiantTeamScoreStats)
Setter for the field
radiantTeamScoreStats . |
void |
setRoshanRespawnTimer(int roshanRespawnTimer)
Setter for the field
roshanRespawnTimer . |
String |
toString() |
public double getDuration()
Getter for the field duration
.
public void setDuration(double duration)
Setter for the field duration
.
duration
- The durationpublic int getRoshanRespawnTimer()
Getter for the field roshanRespawnTimer
.
public void setRoshanRespawnTimer(int roshanRespawnTimer)
Setter for the field roshanRespawnTimer
.
roshanRespawnTimer
- The roshan_respawn_timerpublic Dota2ScoreboardTeamStats getRadiantTeamScoreStats()
Getter for the field radiantTeamScoreStats
.
public void setRadiantTeamScoreStats(Dota2ScoreboardTeamStats radiantTeamScoreStats)
Setter for the field radiantTeamScoreStats
.
radiantTeamScoreStats
- The radiantpublic Dota2ScoreboardTeamStats getDireTeamScoreStats()
Getter for the field direTeamScoreStats
.
Dota2ScoreboardTeamStats
objectpublic void setDireTeamScoreStats(Dota2ScoreboardTeamStats direTeamScoreStats)
Setter for the field direTeamScoreStats
.
direTeamScoreStats
- a Dota2ScoreboardTeamStats
objectCopyright © 2016–2024. All rights reserved.