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