LeviLamina
Loading...
Searching...
No Matches
UnloadedChunkWarningSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/EntityModifier.h"
7
8// auto generated forward declare list
9// clang-format off
16// clang-format on
17
18namespace UnloadedChunkWarningSystem {
19// functions
20// NOLINTBEGIN
21MCAPI void tickEntity(
22 ::StrictEntityContext const& entity,
23 ::StateVectorComponent const& stateVector,
24 ::ActorRotationComponent const& actorRotation,
25 ::UnloadedChunkTimerComponent& unloadedChunkTimer,
27 ::IConstBlockSource const& region
28);
29// NOLINTEND
30
31} // namespace UnloadedChunkWarningSystem
Definition EntityModifier.h:6
Definition IConstBlockSource.h:24
Definition StrictEntityContext.h:10
Definition ActorRotationComponent.h:10
Definition DisplayObjectMessageRequestComponent.h:5
Definition StateVectorComponent.h:10
Definition UnloadedChunkTimerComponent.h:5