Table of Contents

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

Codec<BlockToolData>

DropList

public string? DropList { get; init; }

Property Value

string

ItemId

public string? ItemId { get; init; }

Property Value

string

State

public string? State { get; init; }

Property Value

string

Type

public string? Type { get; init; }

Property Value

string