LeviLamina
Loading...
Searching...
No Matches
PlayerDeathManagerProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/player/IPlayerDeathManagerProxy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
struct
ActorUniqueID
;
12
// clang-format on
13
14
class
PlayerDeathManagerProxy
:
public
::IPlayerDeathManagerProxy
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 24>
mUnka315bc;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
PlayerDeathManagerProxy
& operator=(
PlayerDeathManagerProxy
const
&);
24
PlayerDeathManagerProxy
(
PlayerDeathManagerProxy
const
&);
25
PlayerDeathManagerProxy
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 0
31
virtual
~PlayerDeathManagerProxy
()
/*override*/
=
default
;
32
33
// vIndex: 1
34
virtual ::Actor* fetchActor(
::ActorUniqueID
actorUniqueID)
const
/*override*/
;
35
36
// vIndex: 2
37
virtual
bool
shouldShowDeathMessages()
const
/*override*/
;
38
39
// vIndex: 3
40
virtual
void
onWorldOwnerHasDied()
/*override*/
;
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCAPI ::Actor* $fetchActor(
::ActorUniqueID
actorUniqueID)
const
;
53
54
MCAPI
bool
$shouldShowDeathMessages()
const
;
55
56
MCAPI
void
$onWorldOwnerHasDied();
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
Actor
Definition
Actor.h:104
IPlayerDeathManagerProxy
Definition
IPlayerDeathManagerProxy.h:11
PlayerDeathManagerProxy
Definition
PlayerDeathManagerProxy.h:14
ActorUniqueID
Definition
ActorUniqueID.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
player
PlayerDeathManagerProxy.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0