Table of Contents

Class FarmingBlock

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

Properties

Codec

public static Codec<FarmingBlock> Codec { get; }

Property Value

Codec<FarmingBlock>

CurrentStageSet

public string? CurrentStageSet { get; init; }

Property Value

string

Executions

public int Executions { get; init; }

Property Value

int

Generation

public int Generation { get; init; }

Property Value

int

GrowthProgress

public float? GrowthProgress { get; init; }

Property Value

float?

LastTickGameTime

public string? LastTickGameTime { get; init; }

Property Value

string

PreviousBlockType

public string? PreviousBlockType { get; init; }

Property Value

string

SpreadRate

public float? SpreadRate { get; init; }

Property Value

float?