パッケージ | 説明 |
---|---|
org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Team |
Scoreboard.getEntryTeam(String entry)
Gets a entries Team on this Scoreboard
|
Team |
Scoreboard.getPlayerTeam(OfflinePlayer player)
非推奨です。
Scoreboards can contain entries that aren't players
|
Team |
Scoreboard.getTeam(String teamName)
Gets a Team by name on this Scoreboard
|
Team |
Scoreboard.registerNewTeam(String name)
Registers a Team on this Scoreboard
|
修飾子とタイプ | メソッドと説明 |
---|---|
Set<Team> |
Scoreboard.getTeams()
Gets all teams on this Scoreboard
|
Copyright © 2016. All rights reserved.