Table of Contents

Class WorldCatalogEntry

Namespace
TileWorld.Engine.Storage
Assembly
TileWorld.Engine.dll

Describes a persisted world discovered by WorldCatalog.

public sealed class WorldCatalogEntry
Inheritance
WorldCatalogEntry
Inherited Members

Properties

DirectoryName

Gets the world directory name relative to the catalog root.

public string DirectoryName { get; init; }

Property Value

string

HasChunkData

Gets a value indicating whether at least one chunk payload exists on disk.

public bool HasChunkData { get; init; }

Property Value

bool

LastWriteTimeUtc

Gets the most recent write time observed within the world directory.

public DateTime LastWriteTimeUtc { get; init; }

Property Value

DateTime

Name

Gets the display name stored in metadata.

public string Name { get; init; }

Property Value

string

WorldId

Gets the stable world identifier stored in metadata.

public string WorldId { get; init; }

Property Value

string

WorldPath

Gets the absolute path to the world root directory.

public string WorldPath { get; init; }

Property Value

string