LeviLamina
Loading...
Searching...
No Matches
Panda.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
#include "mc/world/actor/animal/Animal.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorDefinitionGroup
;
12
class
CompoundTag
;
13
class
DataLoadHelper
;
14
class
EntityContext
;
15
struct
ActorDefinitionIdentifier
;
16
// clang-format on
17
18
class
Panda
:
public
::Animal
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<1, 1>
mUnk737550;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
Panda
& operator=(
Panda
const
&);
28
Panda
(
Panda
const
&);
29
Panda
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 170
35
virtual
void
setTransitioningSitting(
bool
value)
/*override*/
;
36
37
// vIndex: 63
38
virtual ::SharedTypes::Legacy::LevelSoundEvent getAmbientSound()
const
/*override*/
;
39
40
// vIndex: 136
41
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
42
43
// vIndex: 8
44
virtual
~Panda
()
/*override*/
=
default
;
45
// NOLINTEND
46
47
public
:
48
// member functions
49
// NOLINTBEGIN
50
MCAPI
Panda
(
51
::ActorDefinitionGroup
* definitions,
52
::ActorDefinitionIdentifier
const
& definitionName,
53
::EntityContext
& entityContext
54
);
55
56
MCAPI
float
getSitAmount(
float
a)
const
;
57
58
MCAPI
void
postNormalTick();
59
60
MCAPI
void
updateLaying();
61
62
MCAPI
void
updateSitting();
63
// NOLINTEND
64
65
public
:
66
// constructor thunks
67
// NOLINTBEGIN
68
MCAPI
void
* $ctor(
69
::ActorDefinitionGroup
* definitions,
70
::ActorDefinitionIdentifier
const
& definitionName,
71
::EntityContext
& entityContext
72
);
73
// NOLINTEND
74
75
public
:
76
// virtual function thunks
77
// NOLINTBEGIN
78
MCAPI
void
$setTransitioningSitting(
bool
value);
79
80
MCAPI ::SharedTypes::Legacy::LevelSoundEvent $getAmbientSound()
const
;
81
82
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
83
// NOLINTEND
84
85
public
:
86
// vftables
87
// NOLINTBEGIN
88
MCNAPI
static
void
**
$vftable
();
89
// NOLINTEND
90
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Animal
Definition
Animal.h:19
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
EntityContext
Definition
EntityContext.h:16
Panda
Definition
Panda.h:18
Panda::$vftable
static MCAPI void ** $vftable()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
animal
Panda.h
Generated on Fri Jun 13 2025 05:05:01 for LeviLamina by
1.12.0