LeviLamina
Loading...
Searching...
No Matches
Chicken.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/animal/Animal.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDefinitionGroup
;
11
class
EntityContext
;
12
struct
ActorDefinitionIdentifier
;
13
// clang-format on
14
15
class
Chicken
:
public
::Animal
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 8
20
virtual
~Chicken
()
/*override*/
=
default
;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
Chicken
(
27
::ActorDefinitionGroup
* definitions,
28
::ActorDefinitionIdentifier
const
& definitionName,
29
::EntityContext
& entityContext
30
);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
37
::ActorDefinitionGroup
* definitions,
38
::ActorDefinitionIdentifier
const
& definitionName,
39
::EntityContext
& entityContext
40
);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCAPI
static
void
** $vftable();
53
// NOLINTEND
54
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Animal
Definition
Animal.h:19
Chicken
Definition
Chicken.h:15
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
src
mc
world
actor
animal
Chicken.h
Generated on Sat Apr 26 2025 05:56:03 for LeviLamina by
1.12.0