LeviLamina
Loading...
Searching...
No Matches
ZombieVillager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorEvent.h"
7
#include "mc/world/actor/ActorInitializationMethod.h"
8
#include "mc/world/actor/monster/Zombie.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
CompoundTag
;
13
class
DataLoadHelper
;
14
struct
VariantParameterList
;
15
// clang-format on
16
17
class
ZombieVillager
:
public
::Zombie
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnk48fc92;
22
::ll::UntypedStorage<1, 1>
mUnk4d0943;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ZombieVillager
& operator=(
ZombieVillager
const
&);
28
ZombieVillager
(
ZombieVillager
const
&);
29
ZombieVillager
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 2
35
virtual
void
reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
36
37
// vIndex: 69
38
virtual
void
handleEntityEvent(::ActorEvent eventId,
int
data)
/*override*/
;
39
40
// vIndex: 137
41
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
42
43
// vIndex: 136
44
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
45
46
// vIndex: 8
47
virtual
~ZombieVillager
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
void
$reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
60
61
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
62
63
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
64
// NOLINTEND
65
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCAPI
static
void
** $vftable();
70
// NOLINTEND
71
};
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
ZombieVillager
Definition
ZombieVillager.h:17
Zombie
Definition
Zombie.h:20
VariantParameterList
Definition
VariantParameterList.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
monster
ZombieVillager.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0