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
RequiredBiomes
Biomes the monument must spawn in.
public IReadOnlyList<BiomeType>? RequiredBiomes { get; init; }
Property Value
SelectionStatus
Whether the monument is wanted.
public SelectionStatus SelectionStatus { get; init; }
Property Value
Type
The monument type to filter on.
public MonumentType Type { get; init; }