LeviLamina
Loading...
Searching...
No Matches
Rabbit.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
Rabbit
:
public
::Animal
{
16
public
:
17
// prevent constructor by default
18
Rabbit
();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 93
24
virtual
void
onSynchedDataUpdate(
int
dataId)
/*override*/
;
25
26
// vIndex: 8
27
virtual
~Rabbit
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
Rabbit
(
34
::ActorDefinitionGroup
* definitions,
35
::ActorDefinitionIdentifier
const
& definitionName,
36
::EntityContext
& entityContext
37
);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(
44
::ActorDefinitionGroup
* definitions,
45
::ActorDefinitionIdentifier
const
& definitionName,
46
::EntityContext
& entityContext
47
);
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI
void
$onSynchedDataUpdate(
int
dataId);
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Animal
Definition
Animal.h:19
EntityContext
Definition
EntityContext.h:16
Rabbit
Definition
Rabbit.h:15
Rabbit::$vftable
static MCAPI void ** $vftable()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
animal
Rabbit.h
Generated on Fri Jun 13 2025 05:05:01 for LeviLamina by
1.12.0