Class LearnRecipeInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/LearnRecipeInteraction", "e5fba8e9905bade97a708a6e31cf8d3f03c921822d500f65db2f72f71892de4b")]
public sealed record LearnRecipeInteraction : Interaction, IEquatable<LearnRecipeInteraction>
- Inheritance
-
LearnRecipeInteraction
- 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<LearnRecipeInteraction> Codec { get; }
Property Value
- Codec<LearnRecipeInteraction>
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?
ItemId
public string? ItemId { get; init; }
Property Value
- string
Next
public string? Next { get; init; }
Property Value
- string
OnItemChangeBehavior
public LearnRecipeInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }
Property Value
- LearnRecipeInteractionInteractionItemChangeBehavior?
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>
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double