LeviLamina
Loading...
Searching...
No Matches
MinecraftWorkerPool Class Reference

Public Types

enum class  UseAsyncOrDiskPoolForLoading : int { Async = 0 , Disk = 1 }
 

Static Public Member Functions

static MCAPI void configureMainThread ()
 
static MCAPI void createSingletons ()
 
static MCAPI void destroySingletons ()
 
static MCAPI void loadWorkerConfigurations (uint highPowerCores, uint totalCores)
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & ASYNC ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & CONNECTEDSTORAGE ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & DISK ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & GAMEFACE_LAYOUT ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & INPUT ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & LEVELDB ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & LEVELDB_COMPACTION ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & NETWORK ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & PYTHONRUNTIME ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & RENDERING ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & RENDERING_HELPERS ()
 
static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & WATCHDOG ()
 

Member Function Documentation

◆ configureMainThread()

static MCAPI void MinecraftWorkerPool::configureMainThread ( )
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.

◆ createSingletons()

static MCAPI void MinecraftWorkerPool::createSingletons ( )
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.

◆ destroySingletons()

static MCAPI void MinecraftWorkerPool::destroySingletons ( )
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.

◆ loadWorkerConfigurations()

static MCAPI void MinecraftWorkerPool::loadWorkerConfigurations ( uint highPowerCores,
uint totalCores )
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.

◆ ASYNC()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::ASYNC ( )
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.

◆ CONNECTEDSTORAGE()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::CONNECTEDSTORAGE ( )
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.

◆ DISK()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::DISK ( )
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.

◆ GAMEFACE_LAYOUT()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::GAMEFACE_LAYOUT ( )
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.

◆ INPUT()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::INPUT ( )
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.

◆ LEVELDB()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::LEVELDB ( )
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.

◆ LEVELDB_COMPACTION()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::LEVELDB_COMPACTION ( )
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.

◆ NETWORK()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::NETWORK ( )
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.

◆ PYTHONRUNTIME()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::PYTHONRUNTIME ( )
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.

◆ RENDERING()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::RENDERING ( )
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.

◆ RENDERING_HELPERS()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::RENDERING_HELPERS ( )
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.

◆ WATCHDOG()

static MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool > & MinecraftWorkerPool::WATCHDOG ( )
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: