LeviLamina
Loading...
Searching...
No Matches
AnimationsDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorComponentDescription.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
HashedString
;
11
struct
DeserializeDataParams
;
12
// clang-format on
13
14
struct
AnimationsDescription
:
public
::ActorComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mActorAnimationMap;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 2
25
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
26
27
// vIndex: 0
28
virtual
char
const
* getJsonName()
const
/*override*/
;
29
30
// vIndex: 1
31
virtual
~AnimationsDescription
()
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCAPI
void
$dtor();
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
44
45
MCAPI
char
const
* $getJsonName()
const
;
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
HashedString
Definition
HashedString.h:5
ActorComponentDescription
Definition
ActorComponentDescription.h:8
AnimationsDescription
Definition
AnimationsDescription.h:14
AnimationsDescription::$vftable
static MCAPI void ** $vftable()
DeserializeDataParams
Definition
DeserializeDataParams.h:13
src-server
mc
world
actor
AnimationsDescription.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0