Class BlockStateFarmingStageData
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockStateFarmingStageData", "c874de18d338b62291de25f88974ff2ea2ef4dc5f96eb66ca44e187b28c5ad85")]
public sealed record BlockStateFarmingStageData : FarmingDataStages, IEquatable<BlockStateFarmingStageData>
- Inheritance
-
BlockStateFarmingStageData
- Implements
- Inherited Members
Properties
Codec
public static Codec<BlockStateFarmingStageData> Codec { get; }
Property Value
Duration
public Rangef? Duration { get; init; }
Property Value
SoundEventId
public string? SoundEventId { get; init; }
Property Value
State
public string? State { get; init; }