LeviLamina
Loading...
Searching...
No Matches
Armadillo.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
Mob
;
12
// clang-format on
13
14
class
Armadillo
:
public
::Animal
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 35
19
virtual
float
getShadowRadius()
const
/*override*/
;
20
21
// vIndex: 8
22
virtual
~Armadillo
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// static functions
27
// NOLINTBEGIN
28
MCAPI static ::std::optional<::SharedTypes::Legacy::LevelSoundEvent> getCustomHurtSound(
::Mob
& mob);
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
float
$getShadowRadius()
const
;
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCAPI
static
void
** $vftable();
47
// NOLINTEND
48
};
Animal
Definition
Animal.h:19
Armadillo
Definition
Armadillo.h:14
Mob
Definition
Mob.h:47
src
mc
world
actor
animal
Armadillo.h
Generated on Sat Apr 26 2025 05:56:03 for LeviLamina by
1.12.0