Table of Contents

Class CarryBlockInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<CarryBlockInteraction> Codec { get; }

Property Value

Codec<CarryBlockInteraction>

Effects

public InteractionEffects? Effects { get; init; }

Property Value

InteractionEffects

EntityEffectId

public string? EntityEffectId { get; init; }

Property Value

string

Failed

public string? Failed { get; init; }

Property Value

string

HorizontalSpeedMultiplier

public float? HorizontalSpeedMultiplier { get; init; }

Property Value

float?

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public CarryBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

CarryBlockInteractionInteractionItemChangeBehavior?

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>

UseLatestTarget

public bool UseLatestTarget { get; init; }

Property Value

bool

ViewDistance

public double ViewDistance { get; init; }

Property Value

double