|
| enum class | ResourceType : int {
Invalid = 0
, Resources = 1
, DataAddOn = 2
, ScriptAddOn = 3
,
ClientScriptAddOn = 4
, Mandatory = 5
, WorldTemplate = 6
, Count = 7
} |
|
|
ResourceInformation & | operator= (ResourceInformation const &) |
|
MCAPI | ResourceInformation (::ResourceInformation const &) |
|
MCAPI | ResourceInformation (::std::string const &description, ::SemVersion const &version, ::mce::UUID const &uuid, ::ResourceInformation::ResourceType type, ::std::string const &language, ::std::string const &entry) |
|
MCAPI void * | $ctor (::ResourceInformation const &) |
|
MCAPI void * | $ctor (::std::string const &description, ::SemVersion const &version, ::mce::UUID const &uuid, ::ResourceInformation::ResourceType type, ::std::string const &language, ::std::string const &entry) |
|
MCAPI void | $dtor () |
|
|
static MCAPI ::ResourceInformation::ResourceType | ResourceTypeFromString (::std::string const &value) |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mDescription |
|
::ll::TypedStorage< 8, 24, ::SemVersion > | mVersion |
|
::ll::TypedStorage< 8, 16, ::mce::UUID > | mUUID |
|
::ll::TypedStorage< 4, 4, ::ResourceInformation::ResourceType > | mType |
|
::ll::TypedStorage< 8, 32, ::std::string > | mLanguage |
|
::ll::TypedStorage< 8, 32, ::std::string > | mEntry |
The documentation for this class was generated from the following file: