14class ResourceInformation {
17 enum class ResourceType :
int {
22 ClientScriptAddOn = 4,
31 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
32 ::ll::TypedStorage<8, 24, ::SemVersion> mVersion;
33 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
34 ::ll::TypedStorage<4, 4, ::ResourceInformation::ResourceType> mType;
35 ::ll::TypedStorage<8, 32, ::std::string> mLanguage;
36 ::ll::TypedStorage<8, 32, ::std::string> mEntry;
42 ResourceInformation& operator=(ResourceInformation
const&);
43 ResourceInformation();
48 ResourceInformation();
54 MCAPI ResourceInformation(::ResourceInformation
const&);
56 MCAPI ResourceInformation(
57 ::std::string
const& description,
60 ::std::string
const& type,
61 ::std::string
const& language,
62 ::std::string
const& entry
65 MCAPI ResourceInformation(
66 ::std::string
const& description,
69 ::ResourceInformation::ResourceType type,
70 ::std::string
const& language,
71 ::std::string
const& entry
75 MCAPI ::ResourceInformation& operator=(::ResourceInformation
const&);
80 MCAPI ~ResourceInformation();
86 MCAPI static ::ResourceInformation::ResourceType ResourceTypeFromString(::std::string
const& value);
88 MCAPI static ::std::string
const& StringFromResourceType(::ResourceInformation::ResourceType value);
94 MCAPI
void* $ctor(::ResourceInformation
const&);
97 ::std::string
const& description,
100 ::std::string
const& type,
101 ::std::string
const& language,
102 ::std::string
const& entry
106 ::std::string
const& description,
109 ::ResourceInformation::ResourceType type,
110 ::std::string
const& language,
111 ::std::string
const& entry