LeviLamina
Loading...
Searching...
No Matches
DanceComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
DanceComponentListener
;
9
class
Vec3
;
10
// clang-format on
11
12
class
DanceComponent {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 8, ::std::unique_ptr<::DanceComponentListener>> mListener;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI DanceComponent();
23
24
MCAPI
bool
inListenDistance(
::Vec3
const
& pos)
const
;
25
26
MCAPI
void
initFromDefinition(
::Actor
& actor);
27
28
MCAPI
void
initFromDefinition(
::Actor
& actor,
float
distance);
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor();
35
// NOLINTEND
36
};
Actor
Definition
Actor.h:125
DanceComponentListener
Definition
DanceComponentListener.h:17
Vec3
Definition
Vec3.h:10
src
mc
entity
components_json_legacy
DanceComponent.h
Generated on
for LeviLamina by
1.16.1