Table of Contents

Class ForceKnockback

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

Properties

Codec

public static Codec<ForceKnockback> Codec { get; }

Property Value

Codec<ForceKnockback>

Direction

public Vector3d Direction { get; init; }

Property Value

Vector3d

Duration

public float? Duration { get; init; }

Property Value

float?

Force

public float Force { get; init; }

Property Value

float

VelocityConfig

public VelocityConfig? VelocityConfig { get; init; }

Property Value

VelocityConfig

VelocityType

public ForceKnockbackChangeVelocityType? VelocityType { get; init; }

Property Value

ForceKnockbackChangeVelocityType?