LeviLamina
Loading...
Searching...
No Matches
IMovementCorrection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/utilities/AdvanceFrameResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
EntityContext
;
12
namespace
MovementDataExtractionUtility {
class
SnapshotAccessor
; }
13
// clang-format on
14
15
struct
IMovementCorrection
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~IMovementCorrection
() =
default
;
20
21
virtual ::AdvanceFrameResult getAdvanceFrameResult(
::MovementDataExtractionUtility::SnapshotAccessor
const
&);
22
23
virtual
void
advanceLiveFrame(
::Actor
&, ::std::optional<uint64>) = 0;
24
25
virtual ::std::bitset<2> getCorrectionTypeBitset()
const
= 0;
26
27
virtual
void
advanceFrame(
::EntityContext
&)
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
#ifdef LL_PLAT_C
34
MCNAPI ::AdvanceFrameResult $getAdvanceFrameResult(
::MovementDataExtractionUtility::SnapshotAccessor
const
&);
35
#endif
36
37
38
// NOLINTEND
39
};
Actor
Definition
Actor.h:105
EntityContext
Definition
EntityContext.h:16
MovementDataExtractionUtility::SnapshotAccessor
Definition
SnapshotAccessor.h:12
IMovementCorrection
Definition
IMovementCorrection.h:15
src
mc
entity
utilities
IMovementCorrection.h
Generated on
for LeviLamina by
1.16.1