Interface BossBarImplementation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends BossBarImplementation>
IGets an implementation, and casts it totype.default Iterable<? extends BossBarViewer> viewers()Gets the viewers of this bossbar.
-
Method Details
-
get
Gets an implementation, and casts it totype.- Type Parameters:
I- the implementation type- Parameters:
bar- the bossbartype- the implementation type- Returns:
- a
I - Since:
- 4.12.0
-
viewers
Gets the viewers of this bossbar.- Returns:
- the viewers of this bossbar
- Since:
- 4.14.0
-