LeviLamina
Loading...
Searching...
No Matches
ScriptTeleportOptions.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
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::InterfaceBinding bind();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace ScriptModuleMinecraft
Definition ScriptTeleportOptions.h:12
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptTeleportOptions const &)
MCAPI ScriptTeleportOptions(::ScriptModuleMinecraft::ScriptTeleportOptions const &)
static MCAPI ::Scripting::InterfaceBinding bind()
Definition Alias.h:14