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
// prevent constructor by default
21
TropicalFish
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 27
27
virtual
bool
startRiding(
::Actor
& vehicle,
bool
forceRiding)
/*override*/
;
28
29
// vIndex: 167
30
virtual
bool
createAIGoals()
/*override*/
;
31
32
// vIndex: 4
33
virtual
void
34
initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
35
36
// vIndex: 93
37
virtual
void
onSynchedDataUpdate(
int
dataId)
/*override*/
;
38
39
// vIndex: 8
40
virtual
~TropicalFish
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// member functions
45
// NOLINTBEGIN
46
MCAPI
TropicalFish
(
47
::ActorDefinitionGroup
* definitions,
48
::ActorDefinitionIdentifier
const
& definitionName,
49
::EntityContext
& entityContext
50
);
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCAPI
void
* $ctor(
57
::ActorDefinitionGroup
* definitions,
58
::ActorDefinitionIdentifier
const
& definitionName,
59
::EntityContext
& entityContext
60
);
61
// NOLINTEND
62
63
public
:
64
// virtual function thunks
65
// NOLINTBEGIN
66
MCFOLD
bool
$startRiding(
::Actor
& vehicle,
bool
forceRiding);
67
68
MCAPI
bool
$createAIGoals();
69
70
MCAPI
void
$initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
71
72
MCAPI
void
$onSynchedDataUpdate(
int
dataId);
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCNAPI
static
void
**
$vftable
();
79
// NOLINTEND
80
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Actor
Definition
Actor.h:103
EntityContext
Definition
EntityContext.h:16
TropicalFish
Definition
TropicalFish.h:18
TropicalFish::$vftable
static MCAPI void ** $vftable()
WaterAnimal
Definition
WaterAnimal.h:15
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
VariantParameterList
Definition
VariantParameterList.h:5
src
mc
world
actor
animal
TropicalFish.h
Generated on Fri Jun 13 2025 05:05:01 for LeviLamina by
1.12.0