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