Class ChangeBlockInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ChangeBlockInteraction", "18abf109d6af30fc436138544a6532f5c43332d771cc01ce4239f189949e856c")]
public sealed record ChangeBlockInteraction : Interaction, IEquatable<ChangeBlockInteraction>
- Inheritance
-
ChangeBlockInteraction
- Implements
-
- Inherited Members
-
Properties
Camera
public InteractionCameraSettings? Camera { get; init; }
Property Value
- InteractionCameraSettings
CancelOnItemChange
public bool CancelOnItemChange { get; init; }
Property Value
- bool
Changes
public Dictionary<string, string>? Changes { get; init; }
Property Value
- Dictionary<string, string>
Codec
public static Codec<ChangeBlockInteraction> Codec { get; }
Property Value
- Codec<ChangeBlockInteraction>
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?
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public ChangeBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- ChangeBlockInteractionInteractionItemChangeBehavior?
RequireNotBroken
public bool RequireNotBroken { get; init; }
Property Value
- bool
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
WorldSoundEventId
public string? WorldSoundEventId { get; init; }
Property Value
- string