|
|
ResourcePackManager & | operator= (ResourcePackManager const &) |
|
| ResourcePackManager (ResourcePackManager const &) |
| virtual bool | load (::ResourceLocation const &resourceLocation, ::std::string &resourceStream) const |
| virtual bool | load (::ResourceLocation const &resourceLocation, ::std::string &resourceStream, ::gsl::span<::std::string const > extensionList) const |
| virtual bool | load (::ResourceLocationPair const &resourceLocation, ::std::string &resourceStream, ::gsl::span<::std::string const > extensions) const |
| virtual bool | loadText (::ResourceLocation const &resourceLocation, ::std::string &resourceStream) const |
| virtual ::std::vector<::LoadedResourceData > | loadAllVersionsOf (::ResourceLocation const &resourceLocation) const |
| virtual bool | isInStreamableLocation (::ResourceLocation const &resourceLocation) const |
| virtual bool | isInStreamableLocation (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
|
virtual ::Core::PathBuffer<::std::string > | getPath (::ResourceLocation const &resourceLocation) const |
|
virtual ::Core::PathBuffer<::std::string > | getPath (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
|
virtual ::Core::PathBuffer<::std::string > | getPathContainingResource (::ResourceLocation const &resourceLocation) const |
|
virtual ::Core::PathBuffer<::std::string > | getPathContainingResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
|
virtual ::std::pair< int, ::std::string_view > | getPackStackIndexOfResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
|
virtual bool | hasCapability (::std::string_view requiredCapability) const |
| MCAPI | ResourcePackManager (::std::function<::Core::PathBuffer<::std::string >()> getPath, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const > const &contentTierManager, bool needsToInitialize) |
| MCAPI void | _calculateMinEngineVersionFromFullStack () |
| MCAPI void | _composeFullStack () |
| MCAPI void | _getResourcesOfGroup (::PackInstance const &packInstance, ::std::string const &group, ::std::vector<::Core::Path > &resources) const |
| MCAPI void | _updateLanguageSubpacks () |
|
MCNAPI_C::ContentTierIncompatibleReason | canSupportPacks () |
|
MCNAPI_C void | clearStack (::ResourcePackStackType stackType) |
| MCAPI int | composeFullStack (::ResourcePackStack &output, ::ResourcePackStack const &globalStack, ::ResourcePackStack const &levelStack) const |
|
MCNAPI_C void | ensureSupportedSubpacks () |
|
MCNAPI_C ::std::vector<::ResourceLocationPair > | findAllTexturesInUse () const |
|
MCNAPI_C ::std::vector<::PackIdVersion > | findInPacks (::ResourceLocation const &resourceLocation) const |
|
MCNAPI_C void | finishLoadingLinkedAssets (::LinkedAssetValidator &validator) |
|
MCNAPI_C ::std::vector<::PackInstance > | getIncompatiblePacks () const |
| MCAPI::ResourceGroup | getResourcesOfGroup (::std::string const &group) const |
| MCAPI::ResourceGroup | getResourcesOfGroup (::PackInstance const &packInstance, ::std::string const &group) const |
| MCAPI::ResourcePackStack const & | getStack (::ResourcePackStackType stackType) const |
|
MCNAPI_C bool | hasResource (::ResourceLocation const &resourceLocation) const |
|
MCNAPI_C bool | hasResource (::ResourcePackStack const &resourcePackStack, ::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
| MCAPI void | iteratePacks (::std::function< void(::PackInstance const &)> const &pred) const |
|
MCNAPI_C void | onLanguageChanged () |
| MCAPI void | removeIf (::std::function< bool(::PackInstance const &)> const &pred) |
|
MCNAPI_C void | removePacks (::std::vector<::gsl::not_null<::ResourcePack const * > > const &packs) |
|
MCNAPI_C void | removeUnsupportedPacks () |
| MCAPI void | setPackSourceReport (::PackSourceReport &&report) |
| MCAPI bool | setStack (::std::unique_ptr<::ResourcePackStack > stack, ::ResourcePackStackType stackType) |
| MCAPI void * | $ctor (::std::function<::Core::PathBuffer<::std::string >()> getPath, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const > const &contentTierManager, bool needsToInitialize) |
| MCAPI void | $dtor () |
| MCAPI bool | $load (::ResourceLocation const &resourceLocation, ::std::string &resourceStream) const |
| MCAPI bool | $load (::ResourceLocation const &resourceLocation, ::std::string &resourceStream, ::gsl::span<::std::string const > extensionList) const |
| MCAPI bool | $load (::ResourceLocationPair const &resourceLocation, ::std::string &resourceStream, ::gsl::span<::std::string const > extensions) const |
| MCAPI bool | $loadText (::ResourceLocation const &resourceLocation, ::std::string &resourceStream) const |
| MCAPI ::std::vector<::LoadedResourceData > | $loadAllVersionsOf (::ResourceLocation const &resourceLocation) const |
| MCAPI bool | $isInStreamableLocation (::ResourceLocation const &resourceLocation) const |
| MCAPI bool | $isInStreamableLocation (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
| MCAPI ::Core::PathBuffer<::std::string > | $getPath (::ResourceLocation const &resourceLocation) const |
| MCAPI ::Core::PathBuffer<::std::string > | $getPath (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
| MCAPI ::Core::PathBuffer<::std::string > | $getPathContainingResource (::ResourceLocation const &resourceLocation) const |
| MCAPI ::Core::PathBuffer<::std::string > | $getPathContainingResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
| MCAPI ::std::pair< int, ::std::string_view > | $getPackStackIndexOfResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensionList) const |
| MCAPI bool | $hasCapability (::std::string_view requiredCapability) const |
|
MCFOLD void * | $ctor () |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |