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
// prevent constructor by default
21
Fish
();
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: 8
37
virtual
~Fish
()
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI
Fish
(
44
::ActorDefinitionGroup
* definitions,
45
::ActorDefinitionIdentifier
const
& definitionName,
46
::EntityContext
& entityContext
47
);
48
// NOLINTEND
49
50
public
:
51
// constructor thunks
52
// NOLINTBEGIN
53
MCAPI
void
* $ctor(
54
::ActorDefinitionGroup
* definitions,
55
::ActorDefinitionIdentifier
const
& definitionName,
56
::EntityContext
& entityContext
57
);
58
// NOLINTEND
59
60
public
:
61
// destructor thunk
62
// NOLINTBEGIN
63
MCFOLD
void
$dtor();
64
// NOLINTEND
65
66
public
:
67
// virtual function thunks
68
// NOLINTBEGIN
69
MCFOLD
bool
$startRiding(
::Actor
& vehicle,
bool
forceRiding);
70
71
MCAPI
bool
$createAIGoals();
72
73
MCAPI
void
$initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCNAPI
static
void
**
$vftable
();
80
// NOLINTEND
81
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Actor
Definition
Actor.h:103
EntityContext
Definition
EntityContext.h:16
Fish
Definition
Fish.h:18
Fish::$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
Fish.h
Generated on Fri Jun 13 2025 05:05:00 for LeviLamina by
1.12.0