Class PlacementRule
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PlacementRule", "50bf34fd0a96da63cd6aec111253bfc708948f51e3bd28881dd624a157c0770b")]
public sealed record PlacementRule : IEquatable<PlacementRule>
- Inheritance
-
PlacementRule
- Implements
- Inherited Members
Properties
Block
public string? Block { get; init; }
Property Value
Blocks
public List<WeightedBlock>? Blocks { get; init; }
Property Value
Codec
public static Codec<PlacementRule> Codec { get; }
Property Value
State
public string? State { get; init; }