LeviLamina
Loading...
Searching...
No Matches
DanceComponentListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7
8// auto generated forward declare list
9// clang-format off
11class Level;
12class Vec3;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI void _onLevelSoundEvent(
37 ::SharedTypes::Legacy::LevelSoundEvent type,
38 ::Vec3 const& pos,
39 int,
41 bool
42 );
43
44 MCNAPI void setLevel(::Level& level);
45 // NOLINTEND
46};
Definition ActorSoundIdentifier.h:16
Definition DanceComponentListener.h:15
MCAPI void setLevel(::Level &level)
MCAPI void _onLevelSoundEvent(::SharedTypes::Legacy::LevelSoundEvent type, ::Vec3 const &pos, int, ::ActorSoundIdentifier const &, bool)
Definition Level.h:238
Definition Vec3.h:10
Definition Alias.h:14