public class SteamPlayerBadge extends Object
SteamPlayerBadge class.
| Constructor and Description |
|---|
SteamPlayerBadge() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBadgeId()
Getter for the field
badgeId. |
int |
getCompletionTime()
Getter for the field
completionTime. |
int |
getLevel()
Getter for the field
level. |
int |
getScarcity()
Getter for the field
scarcity. |
int |
getXp()
Getter for the field
xp. |
void |
setBadgeId(int badgeId)
Setter for the field
badgeId. |
void |
setCompletionTime(int completionTime)
Setter for the field
completionTime. |
void |
setLevel(int level)
Setter for the field
level. |
void |
setScarcity(int scarcity)
Setter for the field
scarcity. |
void |
setXp(int xp)
Setter for the field
xp. |
public int getBadgeId()
Getter for the field badgeId.
public void setBadgeId(int badgeId)
Setter for the field badgeId.
badgeId - a intpublic int getLevel()
Getter for the field level.
public void setLevel(int level)
Setter for the field level.
level - a intpublic int getCompletionTime()
Getter for the field completionTime.
public void setCompletionTime(int completionTime)
Setter for the field completionTime.
completionTime - a intpublic int getXp()
Getter for the field xp.
public void setXp(int xp)
Setter for the field xp.
xp - a intpublic int getScarcity()
Getter for the field scarcity.
public void setScarcity(int scarcity)
Setter for the field scarcity.
scarcity - a intCopyright © 2016–2024. All rights reserved.