20class ResourcePackStackPacket :
public ::Packet {
24 ::ll::TypedStorage<8, 24, ::std::vector<::PackInstanceId>> mTexturePackIdsAndVersions;
25 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mBaseGameVersion;
26 ::ll::TypedStorage<1, 1, bool> mTexturePackRequired;
27 ::ll::TypedStorage<8, 72, ::ExperimentStorage> mExperiments;
28 ::ll::TypedStorage<1, 1, bool> mIncludeEditorPacks;
34 virtual ::MinecraftPacketIds getId()
const ;
36 virtual ::std::string getName()
const ;
42 virtual ~ResourcePackStackPacket() ;
48 MCAPI ResourcePackStackPacket();
50 MCAPI ResourcePackStackPacket(
51 ::std::vector<::PackInstanceId> texturePackIdsAndVersions,
53 bool texturePackRequired,
55 bool includeEditorPacks
65 ::std::vector<::PackInstanceId> texturePackIdsAndVersions,
67 bool texturePackRequired,
69 bool includeEditorPacks
82 MCFOLD ::MinecraftPacketIds $getId()
const;
84 MCAPI ::std::string $getName()
const;