17class ResourcePackClientResponsePacket :
public ::Packet {
21 ::ll::TypedStorage<8, 16, ::std::set<::std::string>> mDownloadingPacks;
22 ::ll::TypedStorage<1, 1, ::ResourcePackResponse> mResponse;
28 virtual ::MinecraftPacketIds getId()
const ;
30 virtual ::std::string_view getName()
const ;
40 MCAPI ResourcePackClientResponsePacket();
43 MCAPI
explicit ResourcePackClientResponsePacket(::ResourcePackResponse response);
46 MCFOLD ::std::set<::std::string>
const& getDownloadingPacks()
const;
48 MCAPI
bool isResponse(::ResourcePackResponse haveThis)
const;
51 MCAPI
void setDownloadingPacks(::std::set<::std::string>& packs);
61 MCAPI
void* $ctor(::ResourcePackResponse response);
68 MCFOLD ::MinecraftPacketIds $getId()
const;
70 MCAPI ::std::string_view $getName()
const;