LeviLamina
Loading...
Searching...
No Matches
PlayerRenderChunkModificationLatencyTracker Class Reference
Inheritance diagram for PlayerRenderChunkModificationLatencyTracker:

Classes

struct  TimeDelta
struct  TimeMarker

Public Types

using TimeStamp = ::std::chrono::steady_clock::time_point

Public Member Functions

MCNAPI_C void addTimeMarker (::std::string_view name)
MCNAPI_C void clearData ()
MCNAPI_C bool shouldTrackNearbyPosition (::BlockPos const &blockToTrack)
MCNAPI_C bool shouldTrackPosition (::BlockPos const &blockToTrack)
MCNAPI_C bool shouldTrackPosition (::SubChunkPos const &renderChunkPos)
MCNAPI_C void startTimer (::BlockPos const &blockToTrack)
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
MCFOLD void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 1, 1, bool > mTimingIsActive
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mStartTime
::ll::TypedStorage< 8, 24, ::std::vector<::PlayerRenderChunkModificationLatencyTracker::TimeMarker > > mTimeMarkers
::ll::TypedStorage< 4, 12, ::BlockPosmBlockToTrack
::ll::TypedStorage< 4, 12, ::SubChunkPosmRenderChunkPosToTrack
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmMutex
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ $vftable()

MCAPI void ** PlayerRenderChunkModificationLatencyTracker::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: