3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/TechStack.h"
20 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::ui::OreUIScreenConfiguration>> mConfigurations;
26 MCFOLD ::ui::OreUIScreenConfiguration
const* _getConfiguration(::std::string
const& screenName)
const;
28 MCAPI ::ui::TechStack getPreferredTechStackForScreen(::std::string
const& screenName)
const;
30 MCAPI ::ui::TechStack getTechStackForScreen(::std::string
const& screenName)
const;
32 MCAPI
bool isOreUISupportedForScreen(::std::string
const& screenName)
const;
34 MCAPI ::ui::OreUIScreenConfiguration& registerScreen(
35 ::std::string
const& screenName,
36 ::std::optional<::Option*> isSelectedOption,
37 ::std::optional<::Option*> isForceEnabledOption
40 MCAPI
void selectPreferredTechStackForScreen(::std::string
const& screenName, ::ui::TechStack tech);
Definition OreUIScreenConfiguration.h:7
Definition ScreenTechStackSelector.h:7