21 ::ll::TypedStorage<8, 8, uint64> mLastCorrection;
22 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mLastExternalCorrection;
23 ::ll::TypedStorage<4, 20, ::ReplayStateConfig> mConfig;
30 virtual ::MovementCorrection shouldCorrectMovement(
34 uchar
const currentCounter,
39 virtual bool isReplayNeeded(::AdvanceFrameResult)
const ;
42 virtual void notifyOfExternalCorrection(uint64 frame) ;
51 MCAPI ::MovementCorrection $shouldCorrectMovement(
55 uchar
const currentCounter,
59 MCFOLD
bool $isReplayNeeded(::AdvanceFrameResult)
const;
61 MCAPI
void $notifyOfExternalCorrection(uint64 frame);
67 MCAPI
static void** $vftable();
Definition EntityContext.h:16