Table of Contents

Class MonumentFilter

Namespace
RustMapsApi.V4.Requests
Assembly
RustMapsApi.dll

A filter on a specific monument.

public sealed record MonumentFilter : IEquatable<MonumentFilter>
Inheritance
MonumentFilter
Implements
Inherited Members

Properties

BlockedBiomes

Biomes the monument must not spawn in.

public IReadOnlyList<BiomeType>? BlockedBiomes { get; init; }

Property Value

IReadOnlyList<BiomeType>

RequiredBiomes

Biomes the monument must spawn in.

public IReadOnlyList<BiomeType>? RequiredBiomes { get; init; }

Property Value

IReadOnlyList<BiomeType>

SelectionStatus

Whether the monument is wanted.

public SelectionStatus SelectionStatus { get; init; }

Property Value

SelectionStatus

Type

The monument type to filter on.

public MonumentType Type { get; init; }

Property Value

MonumentType