25 ::ll::TypedStorage<4, 4, int const> FLAG_DARKEN;
26 ::ll::TypedStorage<4, 4, int const> FLAG_FOG;
27 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mBossID;
28 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mPlayerID;
29 ::ll::TypedStorage<4, 4, ::BossEventUpdateType> mEventType;
30 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
31 ::ll::TypedStorage<4, 4, float> mHealthPercent;
32 ::ll::TypedStorage<4, 4, ::BossBarColor> mColor;
33 ::ll::TypedStorage<4, 4, ::BossBarOverlay> mOverlay;
34 ::ll::TypedStorage<1, 1, uchar> mDarkenScreen;
35 ::ll::TypedStorage<1, 1, uchar> mCreateWorldFog;
42 virtual ::MinecraftPacketIds getId()
const ;
45 virtual ::std::string getName()
const ;
66 MCAPI ::MinecraftPacketIds $getId()
const;
68 MCAPI ::std::string $getName()
const;
78 MCAPI
static void** $vftable();