public class SteamQuestStatus extends Object
| Constructor and Description |
|---|
SteamQuestStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getQuestId()
Getter for the field
questId. |
boolean |
isCompleted()
isCompleted.
|
void |
setCompleted(boolean completed)
Setter for the field
completed. |
void |
setQuestId(int questId)
Setter for the field
questId. |
public int getQuestId()
Getter for the field questId.
public void setQuestId(int questId)
Setter for the field questId.
questId - a intpublic boolean isCompleted()
isCompleted.
public void setCompleted(boolean completed)
Setter for the field completed.
completed - a booleanCopyright © 2016–2024. All rights reserved.