Interface BossMessage.getters
- Enclosing class:
- BossMessage
public static interface BossMessage.getters
Boss bar getters
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic BossProvider<net.md_5.bungee.api.connection.ProxiedPlayer>getByID(int id)Get a boss bar by ID
-
Method Details
-
getByID
static BossProvider<net.md_5.bungee.api.connection.ProxiedPlayer> getByID(int id) throws BossNotFoundExceptionGet a boss bar by ID- Parameters:
id- the bar ID- Returns:
- the boss bar
- Throws:
BossNotFoundException- if the boss bar could not be found
-