Package me.ulrich.clans.interfaces
Interface ScoreboardAPI
- All Known Implementing Classes:
ScoreboardAPIManager
public interface ScoreboardAPI
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddImplementation(String pluginName, ScoreboardImplement region) getScoreboardImplemented(String pluginName) booleanhasPluginImplemented(String pluginName) voidhideScoreboard(org.bukkit.entity.Player player) booleanremoveImplementation(String pluginName) booleanshowScoreboard(org.bukkit.entity.Player player, String title, List<String> lines)
-
Method Details
-
getPreferentialOrFirstImplement
Optional<ScoreboardImplement> getPreferentialOrFirstImplement() -
getImplementedScoreboard
HashMap<String,ScoreboardImplement> getImplementedScoreboard() -
addImplementation
-
hasPluginImplemented
-
removeImplementation
-
getImplementationPluginsName
-
getScoreboardImplemented
-
getImplementationPluginsData
HashMap<String,ScoreboardImplement> getImplementationPluginsData() -
showScoreboard
-
hideScoreboard
void hideScoreboard(org.bukkit.entity.Player player) -
getBoards
-