Table of Contents

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

BlockIdMatcher

Codec

public static Codec<BlockMatcher> Codec { get; }

Property Value

Codec<BlockMatcher>

Face

public BlockFace? Face { get; init; }

Property Value

BlockFace?

StaticFace

public bool StaticFace { get; init; }

Property Value

bool