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/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/binding_type/ClassBindingBuilderReadOnly.h"
8#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptPlayer; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
37 ::std::string const& playerName,
38 ::std::string const& playerId
39 );
40
41 MCAPI ::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent&
43
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static ::Scripting::ClassBindingBuilderReadOnly<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent> bind();
51
52 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent> bindV010();
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor(
60 ::std::string const& playerName,
61 ::std::string const& playerId
62 );
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace ScriptModuleMinecraft
Definition StrongTypedObjectHandle.h:8
Definition ScriptPlayerJoinAfterEvent.h:17
Definition Alias.h:14