LeviLamina
Loading...
Searching...
No Matches
ScreenEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ScreenEventScope.h"
7#include "mc/client/gui/screens/ScreenEventType.h"
8
9// auto generated forward declare list
10// clang-format off
11union ScreenEventData;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::ScreenEventType> type;
19 ::ll::TypedStorage<8, 40, ::ScreenEventData> data;
20 ::ll::TypedStorage<1, 1, ::ScreenEventScope> scope;
21 ::ll::TypedStorage<1, 1, bool> localEvent;
22 // NOLINTEND
23};
Definition ScreenEvent.h:14
Definition ScreenEventData.h:29