Table of Contents

Class BasicChanceBlockGrowthProcedure

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

Properties

Chance

public int Chance { get; init; }

Property Value

int

ChanceMin

public int ChanceMin { get; init; }

Property Value

int

Codec

public static Codec<BasicChanceBlockGrowthProcedure> Codec { get; }

Property Value

Codec<BasicChanceBlockGrowthProcedure>

NextId

public string? NextId { get; init; }

Property Value

string

NextTicking

public bool NextTicking { get; init; }

Property Value

bool