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