LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInputModeChangeIntermediateData.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/scripting/modules/minecraft/actor/ScriptActorData.h"
8
9namespace ScriptModuleMinecraft {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mPlayer;
16 ::ll::TypedStorage<4, 4, ::InputMode> mNewInputModeUsed;
17 ::ll::TypedStorage<4, 4, ::InputMode> mPreviousInputModeUsed;
18 // NOLINTEND
19};
20
21} // namespace ScriptModuleMinecraft
Definition ScriptPlayerInputModeChangeIntermediateData.h:11