LeviLamina
Loading...
Searching...
No Matches
ScriptClientSystemInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/device/ScriptSystemInfo.h"
7
8// auto generated forward declare list
9// clang-format off
10class Player;
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~ScriptClientSystemInfo() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCNAPI explicit ScriptClientSystemInfo(::Player const& player);
42
43 MCNAPI ::ScriptModuleMinecraft::ScriptClientSystemInfo&
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static ::Scripting::ClassBinding bind();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCNAPI void* $ctor(::Player const& player);
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition ScriptClientSystemInfo.h:16
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptClientSystemInfo(::Player const &player)
MCAPI::ScriptModuleMinecraft::ScriptClientSystemInfo & operator=(::ScriptModuleMinecraft::ScriptClientSystemInfo &&)
MCAPI void * $ctor(::Player const &player)
Definition ScriptSystemInfo.h:12
Definition Alias.h:14