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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
34 MCNAPI ::ScriptModuleMinecraft::ScriptCustomCommandInterface&
36
37 MCNAPI ::ScriptModuleMinecraft::ScriptCustomCommandInterface&
39
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::InterfaceBinding bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
65
66} // 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