8struct ServerboundPackSettingChangePacketPayload {
12 ::ll::TypedStorage<8, 16, ::mce::UUID> mPackId;
13 ::ll::TypedStorage<8, 32, ::std::string> mSettingName;
14 ::ll::TypedStorage<8, 40, ::std::variant<float, bool, ::std::string>> mSettingValue;
19 ServerboundPackSettingChangePacketPayload(ServerboundPackSettingChangePacketPayload
const&);
20 ServerboundPackSettingChangePacketPayload();
25 MCAPI ::ServerboundPackSettingChangePacketPayload& operator=(::ServerboundPackSettingChangePacketPayload&&);
27 MCAPI ::ServerboundPackSettingChangePacketPayload& operator=(::ServerboundPackSettingChangePacketPayload
const&);
29 MCAPI ~ServerboundPackSettingChangePacketPayload();