LeviLamina
Loading...
Searching...
No Matches
IReplayStatePolicy.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
EntityContext
;
11
class
PlayerAuthInputPacket
;
12
struct
MovementCorrection
;
13
// clang-format on
14
15
struct
IReplayStatePolicy
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~IReplayStatePolicy
() =
default
;
21
22
// vIndex: 1
23
virtual
bool
isReplayNeeded(::AdvanceFrameResult)
const
= 0;
24
25
// vIndex: 2
26
virtual ::MovementCorrection
27
shouldCorrectMovement(
::EntityContext
&,
::PlayerAuthInputPacket
const
&, uint64, uchar,
bool
) = 0;
28
29
// vIndex: 3
30
virtual
void
notifyOfExternalCorrection(uint64) = 0;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
EntityContext
Definition
EntityContext.h:16
PlayerAuthInputPacket
Definition
PlayerAuthInputPacket.h:27
IReplayStatePolicy
Definition
IReplayStatePolicy.h:15
MovementCorrection
Definition
MovementCorrection.h:5
src
mc
entity
components
IReplayStatePolicy.h
Generated on Fri Jun 13 2025 05:04:31 for LeviLamina by
1.12.0