|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Score | |
---|---|
org.bukkit.scoreboard | Interfaces used to manage the client side score display system. |
Uses of Score in org.bukkit.scoreboard |
---|
Methods in org.bukkit.scoreboard that return Score | |
---|---|
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. |
Methods in org.bukkit.scoreboard that return types with arguments of type Score | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |