|
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 | ~ResourceInformation () |
|
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 () |
|
◆ ResourceInformation() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ResourceInformation() [2/2]
MCAPI ResourceInformation::ResourceInformation |
( |
::std::string const & | description, |
|
|
::SemVersion const & | version, |
|
|
::mce::UUID const & | uuid, |
|
|
::ResourceInformation::ResourceType | type, |
|
|
::std::string const & | language, |
|
|
::std::string const & | entry ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~ResourceInformation()
MCAPI ResourceInformation::~ResourceInformation |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ResourceTypeFromString()
static MCAPI ::ResourceInformation::ResourceType ResourceInformation::ResourceTypeFromString |
( |
::std::string const & | value | ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [2/2]
MCAPI void * ResourceInformation::$ctor |
( |
::std::string const & | description, |
|
|
::SemVersion const & | version, |
|
|
::mce::UUID const & | uuid, |
|
|
::ResourceInformation::ResourceType | type, |
|
|
::std::string const & | language, |
|
|
::std::string const & | entry ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void ResourceInformation::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: