LeviLamina
Loading...
Searching...
No Matches
ScriptCustomCommandInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35
37
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static ::Scripting::InterfaceBinding bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace ScriptModuleMinecraft
Definition ScriptCustomCommandInterface.h:12
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
MCAPI bool operator==(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &other) const
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
Definition Alias.h:14