|
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 &resourceLocationPair, ::std::string &resourceStream, ::gsl::span<::std::string const > extensionList) 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 > extensions) 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 > extensions) 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 > extensions) const |
|
virtual ::std::pair< int, ::std::string_view > | getPackStackIndexOfResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensions) 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 () |
|
MCAPI int | composeFullStack (::ResourcePackStack &output, ::ResourcePackStack const &globalStack, ::ResourcePackStack const &levelStack, ::ResourcePackStack const &addonStack) 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 |
|
MCAPI void | iteratePacks (::std::function< void(::PackInstance const &)> const &pred) const |
|
MCAPI void | removeIf (::std::function< bool(::PackInstance const &)> const &pred) |
|
MCAPI void | setPackSourceReport (::PackSourceReport &&report) |
|
MCAPI bool | setStack (::std::unique_ptr<::ResourcePackStack > stack, ::ResourcePackStackType stackType, bool composeStack) |
|
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 &resourceLocationPair, ::std::string &resourceStream, ::gsl::span<::std::string const > extensionList) 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 > extensions) 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 > extensions) 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 > extensions) const |
|
MCAPI ::std::pair< int, ::std::string_view > | $getPackStackIndexOfResource (::ResourceLocation const &resourceLocation, ::gsl::span<::std::string const > extensions) const |
|
MCAPI bool | $hasCapability (::std::string_view requiredCapability) const |
|
MCFOLD void * | $ctor () |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
|