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
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35 MCNAPI ::ScriptModuleMinecraft::ScriptCustomCommandInterface&
37
38 MCNAPI ::ScriptModuleMinecraft::ScriptCustomCommandInterface&
40
42
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static ::Scripting::InterfaceBinding bind();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition ScriptCustomCommandInterface.h:12
MCAPI::ScriptModuleMinecraft::ScriptCustomCommandInterface & operator=(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
MCAPI bool operator==(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &other) const
MCAPI::ScriptModuleMinecraft::ScriptCustomCommandInterface & operator=(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
Definition Alias.h:14