LeviLamina
Loading...
Searching...
No Matches
Bee.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/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
Bee
:
public
::Animal
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 8>
mUnk4f7897;
21
::ll::UntypedStorage<8, 8>
mUnka3e2c3;
22
::ll::UntypedStorage<4, 4>
mUnka93c64;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
Bee
& operator=(
Bee
const
&);
28
Bee
(
Bee
const
&);
29
Bee
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 8
35
virtual
~Bee
()
/*override*/
;
36
37
// vIndex: 3
38
virtual
void
reloadHardcodedClient(::ActorInitializationMethod method)
/*override*/
;
39
40
// vIndex: 93
41
virtual
void
onSynchedDataUpdate(
int
dataId)
/*override*/
;
42
// NOLINTEND
43
44
public
:
45
// member functions
46
// NOLINTBEGIN
47
MCAPI
48
Bee
(
::ActorDefinitionGroup
* definitions,
49
::ActorDefinitionIdentifier
const
& definitionName,
50
::EntityContext
& entityContext);
51
52
MCAPI
void
_registerLoopingSounds();
53
54
MCAPI
void
postNormalTick();
55
// NOLINTEND
56
57
public
:
58
// constructor thunks
59
// NOLINTBEGIN
60
MCAPI
void
* $ctor(
61
::ActorDefinitionGroup
* definitions,
62
::ActorDefinitionIdentifier
const
& definitionName,
63
::EntityContext
& entityContext
64
);
65
// NOLINTEND
66
67
public
:
68
// destructor thunk
69
// NOLINTBEGIN
70
MCAPI
void
$dtor();
71
// NOLINTEND
72
73
public
:
74
// virtual function thunks
75
// NOLINTBEGIN
76
MCAPI
void
$reloadHardcodedClient(::ActorInitializationMethod method);
77
78
MCAPI
void
$onSynchedDataUpdate(
int
dataId);
79
// NOLINTEND
80
81
public
:
82
// vftables
83
// NOLINTBEGIN
84
MCNAPI
static
void
**
$vftable
();
85
// NOLINTEND
86
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:36
Animal
Definition
Animal.h:19
Bee
Definition
Bee.h:16
Bee::$vftable
static MCAPI void ** $vftable()
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
animal
Bee.h
Generated on Wed Jul 23 2025 08:34:35 for LeviLamina by
1.12.0