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
Hollow
public StairConnectedBlockRuleSet? Hollow { get; init; }
Property Value
MaterialName
public string? MaterialName { get; init; }
Property Value
Regular
public StairConnectedBlockRuleSet Regular { get; init; }
Property Value
Topper
public ConnectedBlockOutput? Topper { get; init; }
Property Value
Width
public int Width { get; init; }