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
public static Codec<ConnectedBlockFaceTags> Codec { get; }
Property Value
- Codec<ConnectedBlockFaceTags>
public List<string>? Down { get; init; }
Property Value
- List<string>
public List<string>? East { get; init; }
Property Value
- List<string>
public List<string>? North { get; init; }
Property Value
- List<string>
public List<string>? South { get; init; }
Property Value
- List<string>
public List<string>? Up { get; init; }
Property Value
- List<string>
public List<string>? West { get; init; }
Property Value
- List<string>