Skip to main content

Class: WorldThreadState

Interfaces/World/Threads/WorldThreadState.WorldThreadState

Hierarchy

Constructors

constructor

new WorldThreadState(threads): WorldThreadState

Parameters

NameType
threadsThreadManager

Returns

WorldThreadState

Inherited from

ThreadState.constructor

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadState.ts:5

Properties

settingsSynced

settingsSynced: boolean = false

Inherited from

ThreadState.settingsSynced

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadState.ts:4


threads

threads: ThreadManager

Inherited from

ThreadState.threads

Defined in

divinevoxel/core/src/Interfaces/Classes/ThreadState.ts:5

Methods

isReady

isReady(): boolean

Returns

boolean

Overrides

ThreadState.isReady

Defined in

divinevoxel/core/src/Interfaces/World/Threads/WorldThreadState.ts:5