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
12namespace History { struct EntityWithCache; }
13// clang-format on
14
15namespace History {
16// functions
17// NOLINTBEGIN
18MCAPI void addMovementEffectsToEntity(
20 ::MovementEffectsComponent& movementEffects,
22);
23// NOLINTEND
24
25} // namespace History
Definition EnumSet.h:8
Definition EntityWithCache.h:7
Definition MovementEffectsComponent.h:10