Table of Contents

Class SpawnMinecartInteraction

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

Properties

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

CartInteractions

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

Property Value

Dictionary<string, string>

Codec

public static Codec<SpawnMinecartInteraction> Codec { get; }

Property Value

Codec<SpawnMinecartInteraction>

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?

Model

public string? Model { get; init; }

Property Value

string

Next

public string? Next { get; init; }

Property Value

string

OnItemChangeBehavior

public SpawnMinecartInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

SpawnMinecartInteractionInteractionItemChangeBehavior?

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