Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-143064

Some BossEvent packet data is being ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.18.10.24 Beta, 1.17.30, 1.18.0.25 Beta, 1.17.41 Hotfix, 1.18.2 Hotfix, 1.18.12 Hotfix
    • None
    • Confirmed
    • Multiple

      The BossEvent packet doesn't appear to be fully implemented.

      The color and overlay of the boss bar appears to be ignored and instead only uses the default color (purple). I'm not aware of there being an alternative to set the color of the boss bar.

       

      The bossbar also requires an entity to be in the world, which I think is part of the reason why this info is ignored. For the sake of parity I think that it'd be a good idea to not require an entity for spawning a bossbar, but that's most likely better suited in a different issue.

       

      Steps to Reproduce:

      1. Send an AddEntity packet
      2. Send a BossEvent packet (with the entity id of the AddEntity packet) and set one or more of the ignored info I described (color, overlay)

      Observed Results:

      The BossBar ignored the info I described.

      Expected Results:

      The BossBar uses the info in the BossEvent packet.

       

      Edit for 1.18:

      1.18 has finally implemented color support (see MCPE-46047 ). However, the overlay is still ignored.

            Tim203 Tim203
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: