Table of Contents

Class DurabilityLossBlockTypes

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

Properties

BlockSets

public List<string>? BlockSets { get; init; }

Property Value

List<string>

BlockTypes

public List<string>? BlockTypes { get; init; }

Property Value

List<string>

Codec

public static Codec<DurabilityLossBlockTypes> Codec { get; }

Property Value

Codec<DurabilityLossBlockTypes>

DurabilityLossOnHit

public double DurabilityLossOnHit { get; init; }

Property Value

double