LeviLamina
Loading...
Searching...
No Matches
ScriptServerMessageAfterEvent.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
10class Player;
11namespace ScriptModuleMinecraft { class ScriptPlayer; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
18struct ScriptServerMessageAfterEvent {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::std::string> mId;
23 ::ll::TypedStorage<8, 32, ::std::string> mValue;
24 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>
25 mPlayerHandle;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ScriptServerMessageAfterEvent& operator=(ScriptServerMessageAfterEvent const&);
31 ScriptServerMessageAfterEvent();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ScriptServerMessageAfterEvent(::ScriptModuleMinecraft::ScriptServerMessageAfterEvent const&);
37
38 MCAPI ScriptServerMessageAfterEvent(
39 ::std::string const& id,
40 ::std::string const& value,
41 ::Player const& player,
43 );
44
45 MCAPI ::ScriptModuleMinecraft::ScriptServerMessageAfterEvent&
47
48 MCAPI ~ScriptServerMessageAfterEvent();
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static ::Scripting::ClassBinding bind();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61
62 MCAPI void* $ctor(
63 ::std::string const& id,
64 ::std::string const& value,
65 ::Player const& player,
67 );
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCAPI void $dtor();
74 // NOLINTEND
75};
76
77} // namespace ScriptModuleMinecraft
Definition Player.h:137
Definition ScriptPlayer.h:56
Definition WeakLifetimeScope.h:14
Definition ScriptServerMessageAfterEvent.h:18
Definition ClassBinding.h:19