Interface BossMessage.getters
- Enclosing class:
- BossMessage
public static interface BossMessage.getters
Boss bar getters
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic BossProvider<org.bukkit.entity.Player>getByID(int id)Get a boss bar by ID
-
Method Details
-
getByID
Get a boss bar by ID- Parameters:
id- the bar ID- Returns:
- the boss bar
- Throws:
BossNotFoundException- if the boss bar could not be found
-