18 ModalFormRequestPacket(uint formId, ::std::string
const& formJSON) : mFormId(formId), mFormJSON(formJSON) {}
23 ::ll::TypedStorage<4, 4, uint> mFormId;
24 ::ll::TypedStorage<8, 32, ::std::string> mFormJSON;
31 virtual ::MinecraftPacketIds getId()
const ;
34 virtual ::std::string getName()
const ;
55 MCFOLD ::MinecraftPacketIds $getId()
const;
57 MCAPI ::std::string $getName()
const;
67 MCAPI
static void** $vftable();