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
// clang-format on
19
20
struct
MinecartCanSnapOnRailSystem
{
21
public
:
22
// MinecartCanSnapOnRailSystem inner types define
23
using
SystemView =
::ViewT
<
24
::StrictEntityContext
,
25
::Include<::InterpolateMovementNeededComponent, ::RailMovementComponent>
,
26
::StateVectorComponent
const
>;
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI
static
void
_checkCanSnapOnRail(
32
::StrictEntityContext
const
&
context
,
33
::StateVectorComponent
const
& stateVectorComponent,
34
::EntityModifier<::SnapOnRailComponent>
mod,
35
::IConstBlockSource
const
& constBlockSource
36
);
37
// NOLINTEND
38
};
EntityModifier
Definition
EntityModifier.h:6
IConstBlockSource
Definition
IConstBlockSource.h:25
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
Include
Definition
Include.h:6
InterpolateMovementNeededComponent
Definition
InterpolateMovementNeededComponent.h:5
MinecartCanSnapOnRailSystem
Definition
MinecartCanSnapOnRailSystem.h:20
RailMovementComponent
Definition
RailMovementComponent.h:5
SnapOnRailComponent
Definition
SnapOnRailComponent.h:14
StateVectorComponent
Definition
StateVectorComponent.h:8
context
Definition
context.h:5
src
mc
entity
systems
MinecartCanSnapOnRailSystem.h
Generated on
for LeviLamina by
1.16.1