Package me.ulrich.koth.manager
Class ScoreboardManager
java.lang.Object
me.ulrich.koth.manager.ScoreboardManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.megavex.scoreboardlibrary.api.ScoreboardLibrarybooleanvoidhideKothScoreboard(org.bukkit.entity.Player player) voidhideServerScoreboard(org.bukkit.entity.Player player) voidLEGACY_hideKothScoreboard(org.bukkit.entity.Player player) voidLEGACY_showKothScoreboard(org.bukkit.entity.Player player, String title, List<String> finalLines) voidvoidsetScoreboardAPi(ScoreboardAPI scoreboardAPi) voidshowKothScoreboard(org.bukkit.entity.Player player, String title, List<String> finalLines) voidshowServerScoreboard(org.bukkit.entity.Player player)
-
Constructor Details
-
ScoreboardManager
-
-
Method Details
-
getPlugin
-
hasScoreboardAPIEnabled
public boolean hasScoreboardAPIEnabled() -
getScoreboardAPi
-
setScoreboardAPi
-
showKothScoreboard
-
LEGACY_showKothScoreboard
-
LEGACY_hideKothScoreboard
public void LEGACY_hideKothScoreboard(org.bukkit.entity.Player player) -
hideKothScoreboard
public void hideKothScoreboard(org.bukkit.entity.Player player) -
showServerScoreboard
public void showServerScoreboard(org.bukkit.entity.Player player) -
hideServerScoreboard
public void hideServerScoreboard(org.bukkit.entity.Player player) -
removeAll
public void removeAll() -
getBoards
-
getScoreboardLibrary
public net.megavex.scoreboardlibrary.api.ScoreboardLibrary getScoreboardLibrary()
-