LeviLamina
Loading...
Searching...
No Matches
IControl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
#include "mc/server/commands/CurrentCmdVersion.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Player
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraftServerUI {
16
17
class
IControl
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~IControl
();
23
24
// vIndex: 1
25
virtual ::Scripting::Result_deprecated<::Json::Value> buildJson(
::Player
&, ::CurrentCmdVersion)
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
46
47
}
// namespace ScriptModuleMinecraftServerUI
Player
Definition
Player.h:119
ScriptModuleMinecraftServerUI::IControl
Definition
IControl.h:17
src
mc
scripting
modules
minecraft_ui
IControl.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0