21 ::ll::TypedStorage<8, 32, ::std::string> mResourceName;
22 ::ll::TypedStorage<4, 4, uint> mChunkSize;
23 ::ll::TypedStorage<4, 4, int> mNbChunks;
24 ::ll::TypedStorage<8, 8, uint64> mFileSize;
25 ::ll::TypedStorage<8, 32, ::std::string> mFileHash;
26 ::ll::TypedStorage<1, 1, ::PackType> mPackType;
27 ::ll::TypedStorage<1, 1, bool> mIsPremium;
34 virtual ::MinecraftPacketIds getId()
const ;
37 virtual ::std::string getName()
const ;
58 MCAPI ::MinecraftPacketIds $getId()
const;
60 MCAPI ::std::string $getName()
const;
70 MCAPI
static void** $vftable();