public class SteamPlayerAchievement extends Object
SteamPlayerAchievement class.
Constructor and Description |
---|
SteamPlayerAchievement() |
Modifier and Type | Method and Description |
---|---|
int |
getAchieved()
Getter for the field
achieved . |
String |
getDescription()
Getter for the field
description . |
String |
getKey()
Getter for the field
key . |
String |
getName()
Getter for the field
name . |
void |
setAchieved(int achieved)
Setter for the field
achieved . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setKey(String name)
Setter for the field
key . |
void |
setName(String name)
Setter for the field
name . |
public int getAchieved()
Getter for the field achieved
.
public void setAchieved(int achieved)
Setter for the field achieved
.
achieved
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getDescription()
Getter for the field description
.
String
objectCopyright © 2016–2024. All rights reserved.