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();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI ScriptPlayerJoinAfterEvent(::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent const&);
41
42 MCAPI ScriptPlayerJoinAfterEvent(
43 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEventIntermediateData> const& eventData,
45 );
46
47 MCAPI ::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent&
49
50 MCAPI ~ScriptPlayerJoinAfterEvent();
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCAPI static ::Scripting::ClassBinding bind();
57
58 MCAPI static ::Scripting::ClassBinding bindV010();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
65
66 MCAPI void* $ctor(
67 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEventIntermediateData> const& eventData,
69 );
70 // NOLINTEND
71
72public:
73 // destructor thunk
74 // NOLINTBEGIN
75 MCAPI void $dtor();
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition ScriptPlayer.h:56
Definition WeakLifetimeScope.h:14
Definition ScriptPlayerJoinAfterEventIntermediateData.h:15
Definition ScriptPlayerJoinAfterEvent.h:18
Definition ClassBinding.h:19