LeviLamina
Loading...
Searching...
No Matches
MinecartCanSnapOnRailSystem.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/EntityModifier.h"
8
#include "mc/deps/ecs/strict/Include.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
IConstBlockSource
;
13
class
StrictEntityContext
;
14
struct
InterpolateMovementNeededComponent
;
15
struct
RailMovementComponent
;
16
struct
SnapOnRailComponent
;
17
struct
StateVectorComponent
;
18
struct
TickingSystemWithInfo
;
19
// clang-format on
20
21
struct
MinecartCanSnapOnRailSystem
{
22
public
:
23
// MinecartCanSnapOnRailSystem inner types define
24
using
SystemView =
::ViewT
<
25
::StrictEntityContext
,
26
::Include<::InterpolateMovementNeededComponent, ::RailMovementComponent>
,
27
::StateVectorComponent
const
>;
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
_checkCanSnapOnRail(
33
::StrictEntityContext
const
&
context
,
34
::StateVectorComponent
const
& stateVectorComponent,
35
::EntityModifier<::SnapOnRailComponent>
mod,
36
::IConstBlockSource
const
& constBlockSource
37
);
38
39
MCAPI static ::TickingSystemWithInfo createSystem();
40
// NOLINTEND
41
};
EntityModifier
Definition
EntityModifier.h:6
IConstBlockSource
Definition
IConstBlockSource.h:24
StrictEntityContext
Definition
StrictEntityContext.h:14
ViewT
Definition
ViewT.h:6
Include
Definition
Include.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
MinecartCanSnapOnRailSystem
Definition
MinecartCanSnapOnRailSystem.h:21
RailMovementComponent
Definition
RailMovementComponent.h:5
SnapOnRailComponent
Definition
SnapOnRailComponent.h:14
StateVectorComponent
Definition
StateVectorComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
context
Definition
context.h:5
src
mc
entity
systems
MinecartCanSnapOnRailSystem.h
Generated on
for LeviLamina by
1.16.1