LeviLamina
Loading...
Searching...
No Matches
Fish.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
Fish
:
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: 8
33
virtual
~Fish
()
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI
Fish
(
40
::ActorDefinitionGroup
* definitions,
41
::ActorDefinitionIdentifier
const
& definitionName,
42
::EntityContext
& entityContext
43
);
44
// NOLINTEND
45
46
public
:
47
// constructor thunks
48
// NOLINTBEGIN
49
MCAPI
void
* $ctor(
50
::ActorDefinitionGroup
* definitions,
51
::ActorDefinitionIdentifier
const
& definitionName,
52
::EntityContext
& entityContext
53
);
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
MCFOLD
void
$dtor();
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
MCFOLD
bool
$startRiding(
::Actor
& vehicle,
bool
forceRiding);
66
67
MCAPI
bool
$createAIGoals();
68
69
MCAPI
void
$initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCAPI
static
void
** $vftable();
76
// NOLINTEND
77
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Actor
Definition
Actor.h:104
EntityContext
Definition
EntityContext.h:16
Fish
Definition
Fish.h:18
WaterAnimal
Definition
WaterAnimal.h:8
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
VariantParameterList
Definition
VariantParameterList.h:5
src
mc
world
actor
animal
Fish.h
Generated on Sat Apr 26 2025 05:56:03 for LeviLamina by
1.12.0