LeviLamina
Loading...
Searching...
No Matches
DanceDescription.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
struct
DeserializeDataParams
;
11
// clang-format on
12
13
struct
DanceDescription
:
public
::ActorComponentDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, float> mListenDistance;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
char
const
* getJsonName()
const
/*override*/
;
24
25
virtual
void
deserializeData(
::DeserializeDataParams
)
/*override*/
;
26
27
virtual
~DanceDescription
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
ActorComponentDescription
Definition
ActorComponentDescription.h:8
DanceDescription
Definition
DanceDescription.h:13
DeserializeDataParams
Definition
DeserializeDataParams.h:16
src
mc
entity
components_json_legacy
DanceDescription.h
Generated on
for LeviLamina by
1.16.1