Table of Contents

Class RoofConnectedBlockRuleSet

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

Properties

Codec

public static Codec<RoofConnectedBlockRuleSet> Codec { get; }

Property Value

Codec<RoofConnectedBlockRuleSet>

Hollow

public StairConnectedBlockRuleSet? Hollow { get; init; }

Property Value

StairConnectedBlockRuleSet

MaterialName

public string? MaterialName { get; init; }

Property Value

string

Regular

public StairConnectedBlockRuleSet Regular { get; init; }

Property Value

StairConnectedBlockRuleSet

Topper

public ConnectedBlockOutput? Topper { get; init; }

Property Value

ConnectedBlockOutput

Width

public int Width { get; init; }

Property Value

int