| Package | Description | 
|---|---|
| org.bukkit.scoreboard | 
 Interfaces used to manage the client side score display system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Score | 
Objective.getScore(OfflinePlayer player)
Deprecated. 
 
Scoreboards can contain entries that aren't players 
 | 
Score | 
Objective.getScore(String entry)
Gets an entry's Score for an Objective on this Scoreboard. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Score> | 
Scoreboard.getScores(OfflinePlayer player)
Deprecated. 
 
Scoreboards can contain entries that aren't players 
 | 
Set<Score> | 
Scoreboard.getScores(String entry)
Gets all scores for an entry on this Scoreboard 
 | 
Copyright © 2022. All rights reserved.