Package me.ulrich.clans.api
Class ScoreboardAPIManager
java.lang.Object
me.ulrich.clans.api.ScoreboardAPIManager
- All Implemented Interfaces:
ScoreboardAPI
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
ScoreboardAPIManager
-
-
Method Details
-
showScoreboard
- Specified by:
showScoreboardin interfaceScoreboardAPI
-
hideScoreboard
public void hideScoreboard(org.bukkit.entity.Player player) - Specified by:
hideScoreboardin interfaceScoreboardAPI
-
getBoards
- Specified by:
getBoardsin interfaceScoreboardAPI
-
getPreferentialOrFirstImplement
- Specified by:
getPreferentialOrFirstImplementin interfaceScoreboardAPI
-
getImplementedScoreboard
- Specified by:
getImplementedScoreboardin interfaceScoreboardAPI
-
addImplementation
- Specified by:
addImplementationin interfaceScoreboardAPI
-
hasPluginImplemented
- Specified by:
hasPluginImplementedin interfaceScoreboardAPI
-
removeImplementation
- Specified by:
removeImplementationin interfaceScoreboardAPI
-
getImplementationPluginsName
- Specified by:
getImplementationPluginsNamein interfaceScoreboardAPI
-
getScoreboardImplemented
- Specified by:
getScoreboardImplementedin interfaceScoreboardAPI
-
getImplementationPluginsData
- Specified by:
getImplementationPluginsDatain interfaceScoreboardAPI
-
getPlugin
-