LeviLamina
Loading...
Searching...
No Matches
BlockPosNotificationSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
#include "mc/deps/ecs/strict/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Include.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
StrictEntityContext
;
13
struct
ActorMovementTickNeededComponent
;
14
struct
BlockPosTrackerComponent
;
15
struct
OnGroundFlagComponent
;
16
struct
StandOnHoneyOrSlimeBlockFlagComponent
;
17
struct
StandOnOtherBlockFlagComponent
;
18
struct
VehicleInputIntentComponent
;
19
// clang-format on
20
21
namespace
BlockPosNotificationSystem {
22
// functions
23
// NOLINTBEGIN
24
MCAPI
void
tickNotifierFilter(
25
::entt::type_list<
::Include<::ActorMovementTickNeededComponent, ::OnGroundFlagComponent>
>,
26
::StrictEntityContext
const
& strictEntityContext,
27
::BlockPosTrackerComponent
const
& tracker,
28
::Optional<::VehicleInputIntentComponent const>
const
& vehicleInputIntent,
29
::EntityModifier<::StandOnHoneyOrSlimeBlockFlagComponent, ::StandOnOtherBlockFlagComponent>
mod
30
);
31
// NOLINTEND
32
33
}
// namespace BlockPosNotificationSystem
EntityModifier
Definition
EntityModifier.h:6
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:10
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
BlockPosTrackerComponent
Definition
BlockPosTrackerComponent.h:11
Include
Definition
Include.h:6
OnGroundFlagComponent
Definition
OnGroundFlagComponent.h:5
StandOnHoneyOrSlimeBlockFlagComponent
Definition
StandOnHoneyOrSlimeBlockFlagComponent.h:5
StandOnOtherBlockFlagComponent
Definition
StandOnOtherBlockFlagComponent.h:5
VehicleInputIntentComponent
Definition
VehicleInputIntentComponent.h:12
src
mc
entity
systems
BlockPosNotificationSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0