|
LeviLamina
|
Public Types | |
| enum class | ResourceType : int { Invalid = 0 , Resources = 1 , DataAddOn = 2 , ScriptAddOn = 3 , ClientScriptAddOn = 4 , Mandatory = 5 , WorldTemplate = 6 , Count = 7 } |
Public Member Functions | |
| MCAPI | ResourceInformation (::ResourceInformation const &) |
| MCAPI | ResourceInformation (::std::string const &description, ::SemVersion const &version, ::mce::UUID const &uuid, ::std::string const &type, ::std::string const &language, ::std::string const &entry) |
| 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 bool | satisfies (::PackIdVersion const &pack) const |
| MCAPI void * | $ctor (::ResourceInformation const &) |
| MCAPI void * | $ctor (::std::string const &description, ::SemVersion const &version, ::mce::UUID const &uuid, ::std::string const &type, ::std::string const &language, ::std::string const &entry) |
| 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 () |
Public Attributes | |
| ::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 |