Table of Contents

Class ConnectedBlockFaceTagRule

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ConnectedBlockFaceTagRule", "07b4a107636fb562e32509eadaf5ee633e7c5a33e2b01469146cc314037a5110")]
public sealed record ConnectedBlockFaceTagRule : ConnectedBlockRule, IEquatable<ConnectedBlockFaceTagRule>
Inheritance
ConnectedBlockFaceTagRule
Implements
Inherited Members

Properties

Codec

public static Codec<ConnectedBlockFaceTagRule> Codec { get; }

Property Value

Codec<ConnectedBlockFaceTagRule>

FaceTags

public ConnectedBlockFaceTags FaceTags { get; init; }

Property Value

ConnectedBlockFaceTags

MatchType

public MatchType MatchType { get; init; }

Property Value

MatchType

PositionOffset

public Vector3i? PositionOffset { get; init; }

Property Value

Vector3i