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