LeviLamina
Loading...
Searching...
No Matches
Tadpole.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
ActorDefinitionGroup
;
12
class
EntityContext
;
13
struct
ActorDefinitionIdentifier
;
14
struct
VariantParameterList
;
15
// clang-format on
16
17
class
Tadpole
:
public
::WaterAnimal
{
18
public
:
19
// prevent constructor by default
20
Tadpole
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 4
26
virtual
void
27
initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
28
29
// vIndex: 8
30
virtual
~Tadpole
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
Tadpole
(
37
::ActorDefinitionGroup
* definitions,
38
::ActorDefinitionIdentifier
const
& definitionName,
39
::EntityContext
& entityId
40
);
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor(
47
::ActorDefinitionGroup
* definitions,
48
::ActorDefinitionIdentifier
const
& definitionName,
49
::EntityContext
& entityId
50
);
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCAPI
void
$initializeComponents(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:32
EntityContext
Definition
EntityContext.h:16
Tadpole
Definition
Tadpole.h:17
Tadpole::$vftable
static MCAPI void ** $vftable()
WaterAnimal
Definition
WaterAnimal.h:15
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
VariantParameterList
Definition
VariantParameterList.h:13
src-server
mc
world
actor
animal
Tadpole.h
Generated on Sun Oct 12 2025 06:32:16 for LeviLamina by
1.12.0