パッケージ | 説明 |
---|---|
org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Score |
Objective.getScore(OfflinePlayer player)
非推奨です。
Scoreboards can contain entries that aren't players
|
Score |
Objective.getScore(String entry)
Gets an entry's Score for an Objective on this Scoreboard.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Set<Score> |
Scoreboard.getScores(OfflinePlayer player)
非推奨です。
Scoreboards can contain entries that aren't players
|
Set<Score> |
Scoreboard.getScores(String entry)
Gets all scores for an entry on this Scoreboard
|
Copyright © 2016. All rights reserved.