LeviLamina
Loading...
Searching...
No Matches
HudScreenController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
HudScreenController
{
6
public
:
7
// HudScreenController inner types declare
8
// clang-format off
9
struct
ButtonLists
;
10
struct
Tooltip
;
11
// clang-format on
12
13
// HudScreenController inner types define
14
enum class
Tooltips : uint {};
15
16
struct
ButtonLists
{};
17
18
struct
Tooltip
{
19
public
:
20
// Tooltip inner types define
21
enum class
Type : uint {};
22
};
23
};
HudScreenController::ButtonLists
Definition
HudScreenController.h:16
HudScreenController::Tooltip
Definition
HudScreenController.h:18
HudScreenController
Definition
HudScreenController.h:5
src-client
mc
client
gui
screens
controllers
HudScreenController.h
Generated on Fri Dec 12 2025 16:34:19 for LeviLamina by
1.12.0