LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerJoinAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptPlayer; }
11namespace ScriptModuleMinecraft { struct ScriptPlayerJoinAfterEventIntermediateData; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
18struct ScriptPlayerJoinAfterEvent {
19public:
20 // ScriptPlayerJoinAfterEvent inner types define
22
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>
27 mPlayerHandle;
28 ::ll::TypedStorage<8, 32, ::std::string> mPlayerName;
29 ::ll::TypedStorage<8, 32, ::std::string> mPlayerId;
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 ScriptPlayerJoinAfterEvent& operator=(ScriptPlayerJoinAfterEvent const&);
35 ScriptPlayerJoinAfterEvent(ScriptPlayerJoinAfterEvent const&);
36 ScriptPlayerJoinAfterEvent();
37
38public:
39 // member functions
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCAPI ScriptPlayerJoinAfterEvent(
43 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEventIntermediateData> const& eventData,
45 );
46#endif
47
48 MCAPI ::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent&
50
51 MCAPI ~ScriptPlayerJoinAfterEvent();
52 // NOLINTEND
53
54public:
55 // static functions
56 // NOLINTBEGIN
57 MCAPI static ::Scripting::ClassBinding bind();
58
59 MCAPI static ::Scripting::ClassBinding bindV010();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
65#ifdef LL_PLAT_C
66 MCAPI void* $ctor(
67 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEventIntermediateData> const& eventData,
69 );
70#endif
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCAPI void $dtor();
77 // NOLINTEND
78};
79
80} // namespace ScriptModuleMinecraft
Definition ScriptPlayer.h:55
Definition WeakLifetimeScope.h:7
Definition ScriptPlayerJoinAfterEventIntermediateData.h:10
Definition ScriptPlayerJoinAfterEvent.h:18
Definition ClassBinding.h:19