The path to the world directory.
Readonly
chunksThe cached chunks for the provider.
Readonly
identifierThe identifier of the provider.
Readonly
pathThe path to the world directory.
The world that the provider belongs to.
Static
Readonly
identifierThe identifier of the provider.
Called when the provider is saved.
Called when the provider is shutdown.
Called when the provider is started.
Reads a buffer from the provider.
The buffer data entry.
Reads a players data from the provider.
The uuid of the player to read.
The player data if found, otherwise null.
Writes a buffer to the provider.
Writes a players data to the provider.
The player data to write.
Static
createOptional
worldProperties: Partial<WorldProperties>Static
initializeInitializes the provider with the specified properties.
The serenity instance to use.
The properties to use for the provider.
Create a new filesystem provider.