LeviLamina
Loading...
Searching...
No Matches
LevelChunkAndSubChunkLoggingData Struct Reference
+ Inheritance diagram for LevelChunkAndSubChunkLoggingData:

Classes

struct  LogEntry
 

Public Member Functions

MCFOLD void $dtor ()
 

Static Public Member Functions

static MCAPI void logLevelChunkEvent (::ChunkPos const &chunkPos, char const *message, bool isClientSide)
 
static MCAPI void logSubChunkEvent (::SubChunkPos const &subChunkPos, char const *message, bool isClientSide)
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 4, 12, ::SubChunkPosmCurrentPlayerSubChunk
 
::ll::TypedStorage< 4, 12, ::SubChunkPosmSubChunkToTrack
 
::ll::TypedStorage< 1, 1, bool > mCollectData
 
::ll::TypedStorage< 1, 1, bool > mLogAllData
 
::ll::TypedStorage< 1, 1, bool > mCollectSubChunkPosition
 
::ll::TypedStorage< 1, 1, ::ChunkState > mTrackedLevelChunkStateServer
 
::ll::TypedStorage< 1, 1, ::ChunkState > mTrackedLevelChunkStateClient
 
::ll::TypedStorage< 1, 1, ::ChunkState > mTrackedLevelChunkStateClientServer
 
::ll::TypedStorage< 4, 4, ::SubChunk::SubChunkState > mTrackedSubChunkStateServer
 
::ll::TypedStorage< 4, 4, ::SubChunk::SubChunkState > mTrackedSubChunkStateClient
 
::ll::TypedStorage< 4, 4, ::SubChunk::SubChunkState > mTrackedSubChunkStateClientServer
 
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mLogStartTime
 
::ll::TypedStorage< 8, 16, ::std::map<::SubChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry > > > mSubChunkLog
 
::ll::TypedStorage< 8, 16, ::std::map<::ChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry > > > mLevelChunkLog
 
::ll::TypedStorage< 8, 24, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry > > mGeneralEventLog
 
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmMutex
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ logLevelChunkEvent()

static MCAPI void LevelChunkAndSubChunkLoggingData::logLevelChunkEvent ( ::ChunkPos const & chunkPos,
char const * message,
bool isClientSide )
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.

◆ logSubChunkEvent()

static MCAPI void LevelChunkAndSubChunkLoggingData::logSubChunkEvent ( ::SubChunkPos const & subChunkPos,
char const * message,
bool isClientSide )
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.

◆ $vftable()

static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
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 struct was generated from the following file: