Table of Contents

Class BlockGathering

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

Properties

Breaking

public BlockBreakingDropType? Breaking { get; init; }

Property Value

BlockBreakingDropType

Codec

public static Codec<BlockGathering> Codec { get; }

Property Value

Codec<BlockGathering>

Harvest

public HarvestingDropType? Harvest { get; init; }

Property Value

HarvestingDropType

Physics

public PhysicsDropType? Physics { get; init; }

Property Value

PhysicsDropType

Soft

public SoftBlockDropType? Soft { get; init; }

Property Value

SoftBlockDropType

Tools

public List<BlockToolData>? Tools { get; init; }

Property Value

List<BlockToolData>

UseDefaultDropWhenPlaced

public bool UseDefaultDropWhenPlaced { get; init; }

Property Value

bool