LeviLamina
Loading...
Searching...
No Matches
ScriptingInputInfoComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/InputMode.h"
7#include "mc/input/ScriptingInputButtonState.h"
8
9// auto generated forward declare list
10// clang-format off
11class Vec2;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mIsHotbarOnlyTouch;
19 ::ll::TypedStorage<4, 4, ::InputMode> mInputMode;
20 ::ll::TypedStorage<4, 4, ::ScriptingInputButtonState> mSneakState;
21 ::ll::TypedStorage<4, 4, ::ScriptingInputButtonState> mJumpState;
22 ::ll::TypedStorage<4, 8, ::Vec2> mMove;
23 // NOLINTEND
24};
Definition Vec2.h:5
Definition ScriptingInputInfoComponent.h:14