Contains apis that are only available when in Bedrock Dedicated Server.
export class DedicatedServerUtils { private constructor(); readonly allowList: AllowList; readonly levelStorage: LevelStorage; stopServer(): void;} Copy
export class DedicatedServerUtils { private constructor(); readonly allowList: AllowList; readonly levelStorage: LevelStorage; stopServer(): void;}
Private
Readonly
Returns an object that manages the server's allow list.
This property can't be read in early-execution mode.
Returns an object that manages the level's storage.
Shuts down the dedicated server.
This function can't be called in early-execution mode.
Contains apis that are only available when in Bedrock Dedicated Server.
Source