Packet 8
ResourcePackClientResponsePacket
Resource Pack Client Response
Sent to MinecraftGame to complete the resource pack loading process.
HeaderID 8varuint
0ResponseoneOf<Resource Pack Client Response - Cancel, Resource Pack Client Response - Downloading, Resource Pack Client Response - Downloading Finished, Resource Pack Client Response - Resource Pack Stack Finished> · variable
Serialized fields
1 top-level fields0ResponseThe client's resource pack response. The leading Response tag selects the alternative; only `Downloading` carries a Downloading Packs list.
oneOf<Resource Pack Client Response - Cancel, Resource Pack Client Response - Downloading, Resource Pack Client Response - Downloading Finished, Resource Pack Client Response - Resource Pack Stack Finished>0Resource Pack Client Response - Cancel
Resource Pack Client Response - Cancel0Response TypeThe client cancelled resource pack negotiation.ResourcePackResponseas
string- "Cancel"
Cancel - "Downloading"
Downloading - "DownloadingFinished"
DownloadingFinished - "ResourcePackStackFinished"
ResourcePackStackFinished
- "Cancel"
1Resource Pack Client Response - Downloading
Resource Pack Client Response - Downloading0Response TypeResourcePackResponseas
string- "Cancel"
Cancel - "Downloading"
Downloading - "DownloadingFinished"
DownloadingFinished - "ResourcePackStackFinished"
ResourcePackStackFinished
- "Cancel"
- 1Downloading PacksSet of pack identifiers the client is currently downloading.
array<string>
2Resource Pack Client Response - Downloading Finished
Resource Pack Client Response - Downloading Finished0Response TypeThe client finished downloading the requested resource packs.ResourcePackResponseas
string- "Cancel"
Cancel - "Downloading"
Downloading - "DownloadingFinished"
DownloadingFinished - "ResourcePackStackFinished"
ResourcePackStackFinished
- "Cancel"
3Resource Pack Client Response - Resource Pack Stack Finished
Resource Pack Client Response - Resource Pack Stack Finished0Response TypeThe client finished applying the resource pack stack.ResourcePackResponseas
string- "Cancel"
Cancel - "Downloading"
Downloading - "DownloadingFinished"
DownloadingFinished - "ResourcePackStackFinished"
ResourcePackStackFinished
- "Cancel"
Changelog
Stable releases
Changes between stable protocol releases.
No stable release changes are recorded for this packet.
All builds
Changes between consecutive stable releases and preview builds.
- Released
- Protocol
- 2207
- Previous build
- 1.26.51
Packet
1 entryChanged 1
- Changed supporting type
ResourcePackResponse: Changed enum valueCancelfrom0to1. - Changed supporting type
ResourcePackResponse: Changed enum valueDownloadingfrom1to2. - Changed supporting type
ResourcePackResponse: Changed enum valueDownloadingFinishedfrom2to3. - Changed supporting type
ResourcePackResponse: Changed enum valueResourcePackStackFinishedfrom3to4.