public interface Score
Objective
s.Modifier and Type | Method and Description |
---|---|
Text |
getName()
Gets the name of this score.
|
Set<Objective> |
getObjectives()
|
int |
getScore()
Gets the current score value.
|
void |
setScore(int score)
Sets the current score value.
|
Text getName()
int getScore()
void setScore(int score)
score
- The new score value