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
11class Actor;
13class EntityContext;
16// clang-format on
17
19public:
20 // prevent constructor by default
22
23public:
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
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI TropicalFish(
47 ::ActorDefinitionGroup* definitions,
48 ::ActorDefinitionIdentifier const& definitionName,
49 ::EntityContext& entityContext
50 );
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(
57 ::ActorDefinitionGroup* definitions,
58 ::ActorDefinitionIdentifier const& definitionName,
59 ::EntityContext& entityContext
60 );
61 // NOLINTEND
62
63public:
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
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
Definition ActorDefinitionGroup.h:29
Definition Actor.h:103
Definition EntityContext.h:16
Definition TropicalFish.h:18
static MCAPI void ** $vftable()
Definition WaterAnimal.h:15
Definition ActorDefinitionIdentifier.h:15
Definition VariantParameterList.h:5