LeviLamina
Loading...
Searching...
No Matches
ScreenTechStackSelector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/TechStack.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ui { class OreUIScreenConfiguration; }
11// clang-format on
12
13namespace ui {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::ui::OreUIScreenConfiguration>> mConfigurations;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCFOLD ::ui::OreUIScreenConfiguration const* _getConfiguration(::std::string const& screenName) const;
26
27 MCAPI ::ui::TechStack getTechStackForScreen(::std::string const& screenName) const;
28 // NOLINTEND
29};
30
31} // namespace ui
Definition OreUIScreenConfiguration.h:7
Definition ScreenTechStackSelector.h:7