Table of Contents

Class ConnectedBlockFaceTags

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

Properties

Codec

public static Codec<ConnectedBlockFaceTags> Codec { get; }

Property Value

Codec<ConnectedBlockFaceTags>

Down

public List<string>? Down { get; init; }

Property Value

List<string>

East

public List<string>? East { get; init; }

Property Value

List<string>

North

public List<string>? North { get; init; }

Property Value

List<string>

South

public List<string>? South { get; init; }

Property Value

List<string>

Up

public List<string>? Up { get; init; }

Property Value

List<string>

West

public List<string>? West { get; init; }

Property Value

List<string>