Class PointKnockback
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/PointKnockback", "785ecc41df52adcfe1afe2f356e7a9bbb74d91b0bfd32a63107e3bde97f8ec28")]
public sealed record PointKnockback : DamageEffectsKnockback, IEquatable<PointKnockback>
- Inheritance
-
PointKnockback
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<PointKnockback> Codec { get; }
Property Value
- Codec<PointKnockback>
Duration
public float? Duration { get; init; }
Property Value
- float?
Force
public float Force { get; init; }
Property Value
- float
OffsetX
public int OffsetX { get; init; }
Property Value
- int
OffsetZ
public int OffsetZ { get; init; }
Property Value
- int
RotateY
public int RotateY { get; init; }
Property Value
- int
VelocityConfig
public VelocityConfig? VelocityConfig { get; init; }
Property Value
- VelocityConfig
VelocityType
public PointKnockbackChangeVelocityType? VelocityType { get; init; }
Property Value
- PointKnockbackChangeVelocityType?
VelocityY
public float VelocityY { get; init; }
Property Value
- float