LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerDimensionChangeAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8
9// auto generated forward declare list
10// clang-format off
11class Vec3;
12namespace ScriptModuleMinecraft { class ScriptDimension; }
13namespace ScriptModuleMinecraft { class ScriptPlayer; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
42 ::Vec3 fromLocation,
44 ::Vec3 toLocation
45 );
46
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerDimensionChangeAfterEvent>
54 bind();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61
62 MCAPI void* $ctor(
65 ::Vec3 fromLocation,
67 ::Vec3 toLocation
68 );
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCAPI void $dtor();
75 // NOLINTEND
76};
77
78} // namespace ScriptModuleMinecraft
Definition StrongTypedObjectHandle.h:8
Definition Vec3.h:10
Definition ScriptPlayerDimensionChangeAfterEvent.h:18
Definition Alias.h:14