20 enum class Flags : uchar {
28 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
29 ::ll::TypedStorage<8, 32, ::std::string> mPieceId;
30 ::ll::TypedStorage<4, 4, uint> mEmoteTicks;
31 ::ll::TypedStorage<8, 32, ::std::string> mXuid;
32 ::ll::TypedStorage<8, 32, ::std::string> mPlatformId;
33 ::ll::TypedStorage<1, 1, uchar> mFlags;
40 virtual ::MinecraftPacketIds getId()
const ;
43 virtual ::std::string getName()
const ;
64 MCAPI ::MinecraftPacketIds $getId()
const;
66 MCAPI ::std::string $getName()
const;
76 MCAPI
static void** $vftable();