|
LeviLamina
|
Classes | |
| struct | FacetData |
Public Types | |
| using | FacetConstructor = ::std::function<::std::unique_ptr<::OreUI::IFacet>(::OreUI::FacetRegistryLocation)> |
Public Member Functions | |
| FacetRegistryFactory & | operator= (FacetRegistryFactory const &) |
| FacetRegistryFactory (FacetRegistryFactory const &) | |
| MCAPI | FacetRegistryFactory (::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &clientInstance, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions, ::Bedrock::NonOwnerPointer<::IAppPlatform > const &appPlatform) |
| MCAPI void | _registerCoreFacets () |
| MCAPI void | _registerVanillaFacets () |
| MCAPI void | _registerVanillaGameplayFacets () |
| MCAPI ::std::unique_ptr<::OreUI::IFacetRegistry > | createFacetRegistry (::OreUI::FacetRegistryLocation location) |
| MCAPI void * | $ctor (::Bedrock::NotNullNonOwnerPtr<::IClientInstance > const &clientInstance, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions, ::Bedrock::NonOwnerPointer<::IAppPlatform > const &appPlatform) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 24, ::std::vector<::OreUI::FacetRegistryFactory::FacetData > > | mFacets |
| ::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::IClientInstance > > | mClientInstance |
| ::ll::TypedStorage< 8, 8, ::IMinecraftGame & > | mMinecraft |
| ::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::IAppPlatform > > | mAppPlatform |
| ::ll::TypedStorage< 8, 88, ::OreUI::ScreenModelProvider > | mScreenModelProvider |