Class BlockMatcher
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockMatcher", "54ed5d5d22890de965b921541223f61a84eb57081a06306660c16f4f32b5d187")]
public sealed record BlockMatcher : IEquatable<BlockMatcher>
- Inheritance
-
BlockMatcher
- Implements
- Inherited Members
Properties
Block
public BlockIdMatcher? Block { get; init; }
Property Value
Codec
public static Codec<BlockMatcher> Codec { get; }
Property Value
Face
public BlockFace? Face { get; init; }
Property Value
StaticFace
public bool StaticFace { get; init; }