Table of Contents

Class PlaceBlockInteraction

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

Properties

BlockTypeToPlace

public string? BlockTypeToPlace { get; init; }

Property Value

string

Camera

public InteractionCameraSettings? Camera { get; init; }

Property Value

InteractionCameraSettings

CancelOnItemChange

public bool CancelOnItemChange { get; init; }

Property Value

bool

Codec

public static Codec<PlaceBlockInteraction> Codec { get; }

Property Value

Codec<PlaceBlockInteraction>

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

NoPhysics

public bool NoPhysics { get; init; }

Property Value

bool

OnItemChangeBehavior

public PlaceBlockInteractionInteractionItemChangeBehavior? OnItemChangeBehavior { get; init; }

Property Value

PlaceBlockInteractionInteractionItemChangeBehavior?

QuickReplace

public bool QuickReplace { get; init; }

Property Value

bool

QuickRetype

public bool QuickRetype { get; init; }

Property Value

bool

RemoveItemInHand

public bool RemoveItemInHand { 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>

ViewDistance

public double ViewDistance { get; init; }

Property Value

double