public final class Score extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Score.ScoreData |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
Team |
getTeam() |
UpdateType |
getUpdateType() |
Score |
setScore(int score) |
Score |
setTeam(Team team) |
Score |
setUpdateType(UpdateType updateType) |
boolean |
shouldUpdate() |
void |
update(String objectiveName) |
public Score(long id,
String name)
public String getDisplayName()
public Score setScore(int score)
public Team getTeam()
public UpdateType getUpdateType()
public Score setUpdateType(UpdateType updateType)
public boolean shouldUpdate()
public void update(String objectiveName)
Copyright © 2021 GeyserMC. All rights reserved.