Table of Contents

Class RunOnBlockTypesInteraction

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

Properties

BlockSets

public List<string> BlockSets { get; init; }

Property Value

List<string>

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<RunOnBlockTypesInteraction> Codec { get; }

Property Value

Codec<RunOnBlockTypesInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Interactions

public string? Interactions { get; init; }

Property Value

string

MaxCount

public int MaxCount { get; init; }

Property Value

int

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public RunOnBlockTypesInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

RunOnBlockTypesInteractionInteractionItemChangeBehavior?

Range

public int Range { get; init; }

Property Value

int

Rules

public InteractionRules Rules { get; init; }

Property Value

InteractionRules

RunTime

public float? RunTime { get; init; }

Property Value

float?

Settings

public Dictionary<string, InteractionSettings>? Settings { get; init; }

Property Value

Dictionary<string, InteractionSettings>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double