23class BossEventPacket :
public ::Packet {
27 ::ll::TypedStorage<4, 4, int const> FLAG_DARKEN;
28 ::ll::TypedStorage<4, 4, int const> FLAG_FOG;
29 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mBossID;
30 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mPlayerID;
31 ::ll::TypedStorage<4, 4, ::BossEventUpdateType> mEventType;
32 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
33 ::ll::TypedStorage<4, 4, float> mHealthPercent;
34 ::ll::TypedStorage<4, 4, ::BossBarColor> mColor;
35 ::ll::TypedStorage<4, 4, ::BossBarOverlay> mOverlay;
36 ::ll::TypedStorage<1, 1, uchar> mDarkenScreen;
37 ::ll::TypedStorage<1, 1, uchar> mCreateWorldFog;
43 virtual ::MinecraftPacketIds getId()
const ;
45 virtual ::std::string_view getName()
const ;
55 MCAPI BossEventPacket();
83 MCAPI ::MinecraftPacketIds $getId()
const;
85 MCAPI ::std::string_view $getName()
const;