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