Interface BossMessage.getters
- Enclosing class:
- BossMessage
public static interface BossMessage.getters
Boss bar getters
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic BossProvider<com.velocitypowered.api.proxy.Player>getByID(int id)Get a boss bar by ID
-
Method Details
-
getByID
static BossProvider<com.velocitypowered.api.proxy.Player> 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
-