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
// prevent constructor by default
18
Chicken();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~Chicken()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI Chicken(
30
::ActorDefinitionGroup
* definitions,
31
::ActorDefinitionIdentifier
const
& definitionName,
32
::EntityContext
& entityContext
33
);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
40
::ActorDefinitionGroup
* definitions,
41
::ActorDefinitionIdentifier
const
& definitionName,
42
::EntityContext
& entityContext
43
);
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:35
Chicken::$vftable
static MCAPI void ** $vftable()
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
animal
Chicken.h
Generated on
for LeviLamina by
1.16.1