LeviLamina
Loading...
Searching...
No Matches
OfferFlowerTickSystem.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
ActorTickNeededComponent
;
12
class
StrictEntityContext
;
13
struct
OfferFlowerTickComponent
;
14
struct
TickingSystemWithInfo
;
15
// clang-format on
16
17
class
OfferFlowerTickSystem
{
18
public
:
19
// static functions
20
// NOLINTBEGIN
21
MCNAPI
static
void
22
_doOfferFlowerTickSystem
(
::StrictEntityContext
const
&,
::OfferFlowerTickComponent
& offerFlowerTickComponent);
23
24
MCNAPI
static
void
_tickOfferFlowerTickSystem
(
25
::ViewT
<
::StrictEntityContext
,
::Include<::ActorTickNeededComponent>
,
::OfferFlowerTickComponent
> view
26
);
27
28
MCNAPI static ::TickingSystemWithInfo
createSystem
();
29
// NOLINTEND
30
};
ActorTickNeededComponent
Definition
ActorTickNeededComponent.h:13
OfferFlowerTickSystem
Definition
OfferFlowerTickSystem.h:17
OfferFlowerTickSystem::_tickOfferFlowerTickSystem
static MCAPI void _tickOfferFlowerTickSystem(::ViewT<::StrictEntityContext, ::Include<::ActorTickNeededComponent >, ::OfferFlowerTickComponent > view)
OfferFlowerTickSystem::_doOfferFlowerTickSystem
static MCAPI void _doOfferFlowerTickSystem(::StrictEntityContext const &, ::OfferFlowerTickComponent &offerFlowerTickComponent)
OfferFlowerTickSystem::createSystem
static MCAPI ::TickingSystemWithInfo createSystem()
StrictEntityContext
Definition
StrictEntityContext.h:8
ViewT
Definition
ViewT.h:6
Include
Definition
Include.h:6
OfferFlowerTickComponent
Definition
OfferFlowerTickComponent.h:5
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
OfferFlowerTickSystem.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0