LeviLamina
Loading...
Searching...
No Matches
FreezingSystemInternal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
ActorOwnerComponent
;
9
class
EntityContext
;
10
class
FreezingComponent
;
11
// clang-format on
12
13
namespace
FreezingSystemInternal {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
bool
isAffectedByFreezeEffect(
::Actor
const
& actor);
17
18
MCAPI
void
processFreezeEffect(
::Actor
& actor,
::FreezingComponent
const
& freezeComp);
19
20
MCAPI
void
tickFreezeComponent(
21
::EntityContext
& entity,
22
::ActorOwnerComponent
& actorOwnerComponent,
23
::FreezingComponent
& freezingComponent
24
);
25
// NOLINTEND
26
27
}
// namespace FreezingSystemInternal
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
Actor
Definition
Actor.h:104
EntityContext
Definition
EntityContext.h:16
FreezingComponent
Definition
FreezingComponent.h:5
src
mc
entity
systems
FreezingSystemInternal.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0