LeviLamina
Loading...
Searching...
No Matches
TropicalFish.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/animal/WaterAnimal.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
ActorDefinitionGroup
;
13
class
EntityContext
;
14
struct
ActorDefinitionIdentifier
;
15
struct
VariantParameterList
;
16
// clang-format on
17
18
class
TropicalFish
:
public
::WaterAnimal
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 27
23
virtual
bool
startRiding(
::Actor
& vehicle,
bool
forceRiding)
/*override*/
;
24
25
// vIndex: 167
26
virtual
bool
createAIGoals()
/*override*/
;
27
28
// vIndex: 4
29
virtual
void
30
initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
31
32
// vIndex: 93
33
virtual
void
onSynchedDataUpdate(
int
dataId)
/*override*/
;
34
35
// vIndex: 8
36
virtual
~TropicalFish
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI
TropicalFish
(
43
::ActorDefinitionGroup
* definitions,
44
::ActorDefinitionIdentifier
const
& definitionName,
45
::EntityContext
& entityContext
46
);
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCAPI
void
* $ctor(
53
::ActorDefinitionGroup
* definitions,
54
::ActorDefinitionIdentifier
const
& definitionName,
55
::EntityContext
& entityContext
56
);
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
MCFOLD
bool
$startRiding(
::Actor
& vehicle,
bool
forceRiding);
69
70
MCAPI
bool
$createAIGoals();
71
72
MCAPI
void
$initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
73
74
MCAPI
void
$onSynchedDataUpdate(
int
dataId);
75
// NOLINTEND
76
77
public
:
78
// vftables
79
// NOLINTBEGIN
80
MCAPI
static
void
** $vftable();
81
// NOLINTEND
82
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Actor
Definition
Actor.h:104
EntityContext
Definition
EntityContext.h:16
TropicalFish
Definition
TropicalFish.h:18
WaterAnimal
Definition
WaterAnimal.h:8
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
VariantParameterList
Definition
VariantParameterList.h:5
src
mc
world
actor
animal
TropicalFish.h
Generated on Sat Apr 26 2025 05:56:03 for LeviLamina by
1.12.0