public class ScoreInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScoreInfo.ScorerType |
| Constructor and Description |
|---|
ScoreInfo(long scoreboardId,
String objectiveId,
int score) |
ScoreInfo(long scoreboardId,
String objectiveId,
int score,
ScoreInfo.ScorerType type,
long entityId) |
ScoreInfo(long scoreboardId,
String objectiveId,
int score,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
long |
getEntityId() |
String |
getName() |
String |
getObjectiveId() |
int |
getScore() |
long |
getScoreboardId() |
ScoreInfo.ScorerType |
getType() |
int |
hashCode() |
String |
toString() |
public ScoreInfo(long scoreboardId,
String objectiveId,
int score)
public ScoreInfo(long scoreboardId,
String objectiveId,
int score,
ScoreInfo.ScorerType type,
long entityId)
public long getScoreboardId()
public String getObjectiveId()
public int getScore()
public ScoreInfo.ScorerType getType()
public String getName()
public long getEntityId()
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.