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 // 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
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI TropicalFish(
43 ::ActorDefinitionGroup* definitions,
44 ::ActorDefinitionIdentifier const& definitionName,
45 ::EntityContext& entityContext
46 );
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(
53 ::ActorDefinitionGroup* definitions,
54 ::ActorDefinitionIdentifier const& definitionName,
55 ::EntityContext& entityContext
56 );
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62
63 // NOLINTEND
64
65public:
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
77public:
78 // vftables
79 // NOLINTBEGIN
80 MCAPI static void** $vftable();
81 // NOLINTEND
82};
Definition ActorDefinitionGroup.h:27
Definition Actor.h:104
Definition EntityContext.h:16
Definition TropicalFish.h:18
Definition WaterAnimal.h:8
Definition ActorDefinitionIdentifier.h:13
Definition VariantParameterList.h:5