LeviLamina
Loading...
Searching...
No Matches
MobEffectsReplay.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/utilities/IMovementCorrection.h"
7
#include "mc/network/packet/MobEffectPacket.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
EntityContext
;
13
// clang-format on
14
15
namespace
History {
16
17
struct
MobEffectsReplay
:
public
::IMovementCorrection {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 96, ::MobEffectPacket> mPacket;
22
::ll::TypedStorage<4, 4, ::std::bitset<2>
const
> mCorrectionTypeBitset;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
void
advanceFrame(::EntityContext& entity)
const
/*override*/
;
29
30
virtual
void
advanceLiveFrame(::Actor& actor, ::std::optional<uint64>)
/*override*/
;
31
32
virtual ::std::bitset<2> getCorrectionTypeBitset() const
/*override*/
;
33
34
virtual ~MobEffectsReplay()
/*override*/
= default;
35
// NOLINTEND
36
37
public:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
void
$advanceFrame(::EntityContext& entity) const;
41
42
MCAPI
void
$advanceLiveFrame(::Actor& actor, ::std::optional<uint64>);
43
44
MCAPI ::std::bitset<2> $getCorrectionTypeBitset() const;
45
// NOLINTEND
46
47
public:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI static
void
**
$vftable
();
51
// NOLINTEND
52
};
53
54
}
// namespace History
Actor
Definition
Actor.h:105
EntityContext
Definition
EntityContext.h:16
History::MobEffectsReplay
Definition
MobEffectsReplay.h:7
History::MobEffectsReplay::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
input
history
MobEffectsReplay.h
Generated on
for LeviLamina by
1.16.1