Class BlockIdMatcher
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockIdMatcher", "84b6ef2ce5ded4003dc7f54dfe53940020400b1df1f5eca5343dcd91c29c7549")]
public sealed record BlockIdMatcher : IEquatable<BlockIdMatcher>
- Inheritance
-
BlockIdMatcher
- Implements
- Inherited Members
Properties
Codec
public static Codec<BlockIdMatcher> Codec { get; }
Property Value
Id
public string? Id { get; init; }
Property Value
State
public string? State { get; init; }
Property Value
Tag
public string? Tag { get; init; }