| Package | Description |
|---|---|
| net.minecraft.network.play.server | |
| net.minecraft.scoreboard |
| Constructor and Description |
|---|
SPacketUpdateScore(Score scoreIn) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.Map<ScoreObjective,Score>> |
Scoreboard.entitiesScoreObjectives |
static java.util.Comparator<Score> |
Score.SCORE_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
Score |
Scoreboard.getOrCreateScore(java.lang.String username,
ScoreObjective objective) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ScoreObjective,Score> |
Scoreboard.getObjectivesForEntity(java.lang.String name) |
java.util.Collection<Score> |
Scoreboard.getScores() |
java.util.Collection<Score> |
Scoreboard.getSortedScores(ScoreObjective objective) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerScoreboard.onScoreUpdated(Score scoreIn) |
void |
Scoreboard.onScoreUpdated(Score scoreIn) |