Class WorldCatalogEntry
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
HasChunkData
Gets a value indicating whether at least one chunk payload exists on disk.
public bool HasChunkData { get; init; }
Property Value
LastWriteTimeUtc
Gets the most recent write time observed within the world directory.
public DateTime LastWriteTimeUtc { get; init; }
Property Value
Name
Gets the display name stored in metadata.
public string Name { get; init; }
Property Value
WorldId
Gets the stable world identifier stored in metadata.
public string WorldId { get; init; }
Property Value
WorldPath
Gets the absolute path to the world root directory.
public string WorldPath { get; init; }