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
12
namespace
ScriptModuleMinecraft {
class
ScriptPlayer; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptPlayerJoinAfterEvent
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 32>
mUnk57b25e;
22
::ll::UntypedStorage<8, 32>
mUnkafb053;
23
::ll::UntypedStorage<8, 32>
mUnk974a22;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
ScriptPlayerJoinAfterEvent
& operator=(
ScriptPlayerJoinAfterEvent
const
&);
29
ScriptPlayerJoinAfterEvent
(
ScriptPlayerJoinAfterEvent
const
&);
30
ScriptPlayerJoinAfterEvent
();
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
ScriptPlayerJoinAfterEvent
(
36
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
playerHandle,
37
::std::string
const
& playerName,
38
::std::string
const
& playerId
39
);
40
41
MCAPI ::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent&
42
operator=(
::ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent
&&);
43
44
MCAPI
~ScriptPlayerJoinAfterEvent
();
45
// NOLINTEND
46
47
public
:
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
55
public
:
56
// constructor thunks
57
// NOLINTBEGIN
58
MCAPI
void
* $ctor(
59
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
playerHandle,
60
::std::string
const
& playerName,
61
::std::string
const
& playerId
62
);
63
// NOLINTEND
64
65
public
:
66
// destructor thunk
67
// NOLINTBEGIN
68
MCAPI
void
$dtor();
69
// NOLINTEND
70
};
71
72
}
// namespace ScriptModuleMinecraft
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
ScriptModuleMinecraft::ScriptPlayerJoinAfterEvent
Definition
ScriptPlayerJoinAfterEvent.h:17
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft
events
ScriptPlayerJoinAfterEvent.h
Generated on Sat Apr 26 2025 05:55:52 for LeviLamina by
1.12.0