Class TilledSoilBlock
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/TilledSoil", "74bb653f528694419df781a37f6d72acd87612fca457197a062f521409e25f08")]
public sealed record TilledSoilBlock : IEquatable<TilledSoilBlock>
- Inheritance
-
TilledSoilBlock
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<TilledSoilBlock> Codec { get; }
Property Value
- Codec<TilledSoilBlock>
DecayTime
public string? DecayTime { get; init; }
Property Value
- string
ExternalWater
public bool ExternalWater { get; init; }
Property Value
- bool
Fertilized
public bool Fertilized { get; init; }
Property Value
- bool
Flags
public List<string>? Flags { get; init; }
Property Value
- List<string>
ModifierTimes
public Dictionary<string, string>? ModifierTimes { get; init; }
Property Value
- Dictionary<string, string>
Planted
public bool Planted { get; init; }
Property Value
- bool
Version
public int Version { get; init; }
Property Value
- int
WateredUntil
public string? WateredUntil { get; init; }
Property Value
- string