get method
Implementation
Bossbar get(BossbarOption option) {
final b = copyWith(type: BossbarType.get);
b.option = option;
return b;
}
Bossbar get(BossbarOption option) {
final b = copyWith(type: BossbarType.get);
b.option = option;
return b;
}