LeviLamina
Loading...
Searching...
No Matches
CommandClosureStorage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/script_engine/ClosureGeneric.h"
7
#include "mc/scripting/modules/minecraft/commands/ScriptCustomCommandInterface.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
struct
ScriptCustomCommandResult
; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
class
CommandClosureStorage
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<
21
8,
22
104,
23
::Scripting::ClosureGeneric<::std::optional<::ScriptModuleMinecraft::ScriptCustomCommandResult>
>>
24
mClosure;
25
::ll::TypedStorage<8, 136, ::ScriptModuleMinecraft::ScriptCustomCommandInterface> mCommandInterface;
26
// NOLINTEND
27
};
28
29
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::CommandClosureStorage
Definition
CommandClosureStorage.h:16
Scripting::ClosureGeneric
Definition
ClosureGeneric.h:8
ScriptModuleMinecraft::ScriptCustomCommandResult
Definition
ScriptCustomCommandResult.h:15
src
mc
scripting
modules
minecraft
commands
CommandClosureStorage.h
Generated on
for LeviLamina by
1.16.1