Package org.geysermc.geyser.scoreboard
Class Score
java.lang.Object
org.geysermc.geyser.scoreboard.Score
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe data that is currently displayed to the Bedrock client.com.nukkitx.protocol.bedrock.data.ScoreInfo
Changes that have been made since the last cached data.long
getId()
getName()
int
getScore()
getTeam()
setScore(int score)
setUpdateType(UpdateType updateType)
boolean
void
-
Constructor Details
-
Score
-
-
Method Details
-
getDisplayName
-
getScore
public int getScore() -
setScore
-
getTeam
-
setTeam
-
getUpdateType
-
setUpdateType
-
shouldUpdate
public boolean shouldUpdate() -
update
-
getId
public long getId() -
getName
-
getCachedInfo
public com.nukkitx.protocol.bedrock.data.ScoreInfo getCachedInfo() -
getCurrentData
Changes that have been made since the last cached data. -
getCachedData
The data that is currently displayed to the Bedrock client.
-