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
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
25
26
virtual
char
const
* getJsonName()
const
/*override*/
;
27
28
virtual
~AnimationsDescription
()
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCAPI
void
$dtor();
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
41
42
MCAPI
char
const
* $getJsonName()
const
;
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
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:16
src
mc
world
actor
AnimationsDescription.h
Generated on
for LeviLamina by
1.16.1