LeviLamina
Loading...
Searching...
No Matches
EmitJumpPreventedEventSystemImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/ViewT.h"
7
#include "mc/deps/ecs/strict/Include.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorOwnerComponent
;
12
class
StrictEntityContext
;
13
struct
MobFlagComponent
;
14
struct
TriggerJumpRequestComponent
;
15
// clang-format on
16
17
namespace
EmitJumpPreventedEventSystemImpl {
18
// functions
19
// NOLINTBEGIN
20
MCNAPI
void
doEmitJumpPreventedEventSystem(
21
::StrictEntityContext&,
22
::TriggerJumpRequestComponent
const
& triggerJumpRequestComponent,
23
::ActorOwnerComponent& actorOwnerComponent
24
);
25
26
MCNAPI
void
tickEmitJumpPreventedEventSystem(
27
::ViewT<
28
::StrictEntityContext,
29
::Include<::MobFlagComponent>,
30
::TriggerJumpRequestComponent
const
,
31
::ActorOwnerComponent> view
32
);
33
// NOLINTEND
34
35
}
// namespace EmitJumpPreventedEventSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
MobFlagComponent
Definition
MobFlagComponent.h:5
TriggerJumpRequestComponent
Definition
TriggerJumpRequestComponent.h:8
src
mc
entity
systems
EmitJumpPreventedEventSystemImpl.h
Generated on
for LeviLamina by
1.16.1