LeviLamina
Loading...
Searching...
No Matches
MessageEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
ScriptMessagePacket
;
12
// clang-format on
13
14
struct
MessageEvent {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mMessageId;
19
::ll::TypedStorage<8, 32, ::std::string> mMessageValue;
20
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
MessageEvent();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI MessageEvent(
::ScriptMessagePacket
const
& packet,
::WeakRef<::EntityContext>
player);
31
32
MCAPI ~MessageEvent();
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCAPI
void
* $ctor(
::ScriptMessagePacket
const
& packet,
::WeakRef<::EntityContext>
player);
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCAPI
void
$dtor();
45
// NOLINTEND
46
};
EntityContext
Definition
EntityContext.h:17
ScriptMessagePacket
Definition
ScriptMessagePacket.h:19
WeakRef
Definition
WeakRef.h:8
src
mc
world
events
MessageEvent.h
Generated on
for LeviLamina by
1.16.1