We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protocol/bedrock/bedrock-common/src/main/java/com/nukkitx/protocol/bedrock/packet/BossEventPacket.java
Lines 47 to 61 in 0358afc
title
health percentage
BossEntityUniqueID
The text was updated successfully, but these errors were encountered:
Will look into updating the docs for 3.0.0
Sorry, something went wrong.
No branches or pull requests
Protocol/bedrock/bedrock-common/src/main/java/com/nukkitx/protocol/bedrock/packet/BossEventPacket.java
Lines 47 to 61 in 0358afc
Over the time (especially with 1.18) some of those fields have been implemented.
The gophertunnel docs are partially updated:
https://github.com/Sandertv/gophertunnel/blob/0de533a5e490f127330818ffba2c96b93b813e69/minecraft/protocol/packet/boss_event.go#L42-L59
I can confirm that the
title
andhealth percentage
properties are working if theBossEntityUniqueID
equals the player's UUID, i have not been able to test if they work with an actual entity yet though.The text was updated successfully, but these errors were encountered: