LeviLamina
Loading...
Searching...
No Matches
ImitateMobSoundsSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8// auto generated forward declare list
9// clang-format off
11class EntityRegistry;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual void tick(::EntityRegistry& registry) /*override*/;
19
20 virtual ~ImitateMobSoundsSystem() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCNAPI_C static void _tickImitateMobSoundsComponent(::ActorOwnerComponent& actorOwnerComponent);
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32#ifdef LL_PLAT_C
33 MCNAPI void $tick(::EntityRegistry& registry);
34#endif
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition ActorOwnerComponent.h:10
Definition EntityRegistry.h:11
Definition ITickingSystem.h:15
Definition ImitateMobSoundsSystem.h:14
static MCAPI void ** $vftable()