LeviLamina
Loading...
Searching...
No Matches
ResetPositionModeSystem.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
StrictEntityContext
;
12
struct
InterpolateMovementNeededComponent
;
13
struct
PlayerPositionModeComponent
;
14
struct
TickingSystemWithInfo
;
15
// clang-format on
16
17
class
ResetPositionModeSystem
{
18
public
:
19
// ResetPositionModeSystem inner types define
20
using
ViewType =
21
::ViewT<::StrictEntityContext, ::Include<::InterpolateMovementNeededComponent>
,
::PlayerPositionModeComponent
>;
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCAPI static ::TickingSystemWithInfo createResetPositionModeSystem();
27
// NOLINTEND
28
};
ResetPositionModeSystem
Definition
ResetPositionModeSystem.h:17
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
PlayerPositionModeComponent
Definition
PlayerPositionModeComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
ResetPositionModeSystem.h
Generated on
for LeviLamina by
1.16.1