17class ClientCacheMissResponsePacket :
public ::Packet {
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ClientBlobCache::Server::Blob>>> mWriteMissingContent;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<uint64, ::std::string>> mReceivedMissingContent;
28 virtual ::std::string getName()
const ;
30 virtual ::MinecraftPacketIds getId()
const ;
36 virtual ~ClientCacheMissResponsePacket() ;
42 MCAPI ClientCacheMissResponsePacket();
60 MCAPI ::std::string $getName()
const;
62 MCAPI ::MinecraftPacketIds $getId()
const;