9class ResourceInformation {
12 enum class ResourceType :
int {
17 ClientScriptAddOn = 4,
26 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
27 ::ll::TypedStorage<8, 24, ::SemVersion> mVersion;
28 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
29 ::ll::TypedStorage<4, 4, ::ResourceInformation::ResourceType> mType;
30 ::ll::TypedStorage<8, 32, ::std::string> mLanguage;
31 ::ll::TypedStorage<8, 32, ::std::string> mEntry;
37 ResourceInformation& operator=(ResourceInformation
const&);
38 ResourceInformation();
43 ResourceInformation();
49 MCAPI ResourceInformation(::ResourceInformation
const&);
51 MCAPI ResourceInformation(
52 ::std::string
const& description,
55 ::ResourceInformation::ResourceType type,
56 ::std::string
const& language,
57 ::std::string
const& entry
61 MCAPI ::ResourceInformation& operator=(::ResourceInformation
const&);
64 MCAPI ~ResourceInformation();
70 MCAPI static ::ResourceInformation::ResourceType ResourceTypeFromString(::std::string
const& value);
76 MCAPI
void* $ctor(::ResourceInformation
const&);
79 ::std::string
const& description,
82 ::ResourceInformation::ResourceType type,
83 ::std::string
const& language,
84 ::std::string
const& entry