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;
36 ResourceInformation& operator=(ResourceInformation
const&);
37 ResourceInformation();
42 MCAPI ResourceInformation(::ResourceInformation
const&);
44 MCAPI ResourceInformation(
45 ::std::string
const& description,
48 ::ResourceInformation::ResourceType type,
49 ::std::string
const& language,
50 ::std::string
const& entry
53 MCAPI ~ResourceInformation();
59 MCAPI static ::ResourceInformation::ResourceType ResourceTypeFromString(::std::string
const& value);
65 MCAPI
void* $ctor(::ResourceInformation
const&);
68 ::std::string
const& description,
71 ::ResourceInformation::ResourceType type,
72 ::std::string
const& language,
73 ::std::string
const& entry