Class BreakBlockInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BreakBlockInteraction", "f57664139ce8f6ebbb2a56721f759f5a5dc6711dc049068b092bf6636bb2c9dd")]
public sealed record BreakBlockInteraction : Interaction, IEquatable<BreakBlockInteraction>
- Inheritance
-
BreakBlockInteraction
- 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<BreakBlockInteraction> Codec { get; }
Property Value
- Codec<BreakBlockInteraction>
Effects
public InteractionEffects? Effects { get; init; }
Property Value
- InteractionEffects
Failed
public string? Failed { get; init; }
Property Value
- string
Harvest
public bool Harvest { get; init; }
Property Value
- bool
HorizontalSpeedMultiplier
public float? HorizontalSpeedMultiplier { get; init; }
Property Value
- float?
public bool MatchTool { get; init; }
Property Value
- bool
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public BreakBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- BreakBlockInteractionInteractionItemChangeBehavior?
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>
SoftOnly
public bool SoftOnly { get; init; }
Property Value
- bool
public string? Tool { get; init; }
Property Value
- string
UseLatestTarget
public bool UseLatestTarget { get; init; }
Property Value
- bool
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double