Skip to content

BossBar Update Event

wagyourtail edited this page Aug 1, 2020 · 5 revisions

1.2.0+

this event is fired when there is an update to the bossbar hud.

This event passes some arguments to javascript which can be accessed by the ArrayList<String, Object> called args. a list of these properties is:

1.2.1+

  • type: string representing the update type.
  • bossBar: BossBarHelper or null if update type was remove.
  • uuid: string of the boss bar uuid.

1.2.0

  • type: string representing the update type.
  • uuid: string unique of the bossbar.
  • style: string for the bossbar style.
  • color: string string representation of color.
  • name: TextHelper name representation.
  • percent: float percent.
Clone this wiki locally