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.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
namespace
ScriptModuleMinecraft {
struct
ScriptRawMessageError; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraftServerUI {
17
18
class
IControl
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~IControl
();
24
25
// vIndex: 1
26
virtual ::Scripting::Result<::Json::Value, ::ScriptModuleMinecraft::ScriptRawMessageError>
27
buildJson(
::Player
&, ::CurrentCmdVersion)
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace ScriptModuleMinecraftServerUI
Player
Definition
Player.h:119
ScriptModuleMinecraftServerUI::IControl
Definition
IControl.h:18
ScriptModuleMinecraftServerUI::IControl::$dtor
MCAPI void $dtor()
ScriptModuleMinecraftServerUI::IControl::$vftable
static MCAPI void ** $vftable()
src
mc
scripting
modules
minecraft_ui
IControl.h
Generated on Sun Jul 13 2025 04:20:48 for LeviLamina by
1.12.0