LeviLamina
Loading...
Searching...
No Matches
PackSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/json/Value.h"
7
8// auto generated forward declare list
9// clang-format off
10class PackSetting;
11struct PackIdVersion;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 16, ::Json::Value> mSettings;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::PackSetting>> mPackSettings;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI void _initPackSetting(::std::string const& name, ::Json::Value const& value);
26
27 MCNAPI void loadPackSettings(::PackIdVersion const& packId, ::Json::Value const& packSettings);
28 // NOLINTEND
29};
Definition Value.h:16
Definition PackSetting.h:11
Definition PackSettings.h:14
MCAPI void _initPackSetting(::std::string const &name, ::Json::Value const &value)
MCAPI void loadPackSettings(::PackIdVersion const &packId, ::Json::Value const &packSettings)
Definition PackIdVersion.h:10