LeviLamina
Loading...
Searching...
No Matches
History.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/container/EnumSet.h"
7
#include "mc/world/effect/MovementEffectType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntityContext
;
12
struct
MovementEffectsComponent
;
13
namespace
History {
struct
EntityWithCache
; }
14
// clang-format on
15
16
namespace
History {
17
// functions
18
// NOLINTBEGIN
19
MCNAPI
void
addMovementEffectsToEntity(
20
::History::EntityWithCache& entity,
21
::MovementEffectsComponent& movementEffects,
22
::Bedrock::EnumSet<::MovementEffectType, 2>
const
& toSet
23
);
24
25
MCNAPI_C
void
runExtractors(::EntityContext
const
& fromLive, ::EntityContext& toHistory,
bool
removeIfMissing);
26
// NOLINTEND
27
28
}
// namespace History
EntityContext
Definition
EntityContext.h:16
History::EntityWithCache
Definition
EntityWithCache.h:7
MovementEffectsComponent
Definition
MovementEffectsComponent.h:10
src
mc
entity
utilities
history
History.h
Generated on
for LeviLamina by
1.16.1