Class BlockToolData
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockToolData", "45dfe9cc9461404d66fdf569ad6fbdfffcce5a4426878dc8363b122e6703d87c")]
public sealed record BlockToolData : IEquatable<BlockToolData>
- Inheritance
-
BlockToolData
- Implements
- Inherited Members
Properties
Codec
public static Codec<BlockToolData> Codec { get; }
Property Value
DropList
public string? DropList { get; init; }
Property Value
ItemId
public string? ItemId { get; init; }
Property Value
State
public string? State { get; init; }
Property Value
Type
public string? Type { get; init; }