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