LeviLamina
Loading...
Searching...
No Matches
Llama.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/animal/Animal.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDamageSource
;
11
class
ActorDefinitionGroup
;
12
class
EntityContext
;
13
struct
ActorDefinitionIdentifier
;
14
// clang-format on
15
16
class
Llama
:
public
::Animal
{
17
public
:
18
// prevent constructor by default
19
Llama
();
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 58
25
virtual
void
onFailedTame()
/*override*/
;
26
27
// vIndex: 92
28
virtual
float
causeFallDamageToActor(
float
fallDistance,
float
multiplier,
::ActorDamageSource
source)
/*override*/
;
29
30
// vIndex: 8
31
virtual
~Llama
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
Llama
(
38
::ActorDefinitionGroup
* definitions,
39
::ActorDefinitionIdentifier
const
& definitionName,
40
::EntityContext
& entityContext
41
);
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI
void
* $ctor(
48
::ActorDefinitionGroup
* definitions,
49
::ActorDefinitionIdentifier
const
& definitionName,
50
::EntityContext
& entityContext
51
);
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
void
$onFailedTame();
58
59
MCAPI
float
$causeFallDamageToActor(
float
fallDistance,
float
multiplier,
::ActorDamageSource
source);
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCNAPI
static
void
**
$vftable
();
66
// NOLINTEND
67
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Animal
Definition
Animal.h:19
EntityContext
Definition
EntityContext.h:16
Llama
Definition
Llama.h:16
Llama::$vftable
static MCAPI void ** $vftable()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
animal
Llama.h
Generated on Tue Jul 8 2025 05:10:25 for LeviLamina by
1.12.0