Table of Contents

Class BlockBreakingDropType

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockBreakingDropType", "35c1c0409d6cac75fdee646ac5d3e83beaca41afbe39ac72b55fb89cd5d84654")]
public sealed record BlockBreakingDropType : IEquatable<BlockBreakingDropType>
Inheritance
BlockBreakingDropType
Implements
Inherited Members

Properties

Codec

public static Codec<BlockBreakingDropType> Codec { get; }

Property Value

Codec<BlockBreakingDropType>

DropList

public string? DropList { get; init; }

Property Value

string

GatherType

public string? GatherType { get; init; }

Property Value

string

ItemId

public string? ItemId { get; init; }

Property Value

string

Quality

public int Quality { get; init; }

Property Value

int

Quantity

public int Quantity { get; init; }

Property Value

int