LeviLamina
Loading...
Searching...
No Matches
Invite.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Invites {
6
7
struct
Invite
{
8
public
:
9
// Invite inner types define
10
enum class
State :
int
{
11
Uninitialized = 0,
12
Accepted = 1,
13
Declined = 2,
14
};
15
16
enum class
InvitationType :
int
{
17
None = 0,
18
Realms = 1,
19
Game = 2,
20
};
21
22
enum class
InvitationStatus :
int
{
23
Active = 0,
24
Accepted = 1,
25
Rejected = 2,
26
Expired = 3,
27
};
28
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::UntypedStorage<8, 32>
mUnk9d568f;
33
::ll::UntypedStorage<8, 32>
mUnkf59ece;
34
::ll::UntypedStorage<4, 4>
mUnkbac056;
35
::ll::UntypedStorage<8, 32>
mUnkb3d768;
36
::ll::UntypedStorage<8, 32>
mUnkf28c69;
37
::ll::UntypedStorage<8, 32>
mUnk8c97c0;
38
::ll::UntypedStorage<8, 32>
mUnkc6c2d1;
39
::ll::UntypedStorage<8, 32>
mUnka78911;
40
::ll::UntypedStorage<4, 4>
mUnkad5dfb;
41
::ll::UntypedStorage<4, 4>
mUnk77bca4;
42
::ll::UntypedStorage<8, 8>
mUnkc9bf84;
43
::ll::UntypedStorage<8, 8>
mUnk799b57;
44
// NOLINTEND
45
46
public
:
47
// prevent constructor by default
48
Invite
& operator=(
Invite
const
&);
49
Invite
(
Invite
const
&);
50
Invite
();
51
};
52
53
}
// namespace Invites
Invites::Invite
Definition
Invite.h:7
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
client
social
invites
Invite.h
Generated on Tue Nov 25 2025 04:00:39 for LeviLamina by
1.12.0