Class BlockConditionInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BlockConditionInteraction", "894e4ab39a1889751a2f09fb91e7fb7a2075197f0ef91c959b39beb2f6d7dc67")]
public sealed record BlockConditionInteraction : Interaction, IEquatable<BlockConditionInteraction>
- Inheritance
-
BlockConditionInteraction
- 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<BlockConditionInteraction> Codec { get; }
Property Value
- Codec<BlockConditionInteraction>
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?
Matchers
public List<BlockMatcher>? Matchers { get; init; }
Property Value
- List<BlockMatcher>
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public BlockConditionInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- BlockConditionInteractionInteractionItemChangeBehavior?
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