HitInfo

data class HitInfo(val tickDelta: Int, val arrowEntity: Entity, val hitPos: Vec3, val prevArrowPos: Vec3, val arrowVelocity: Vec3)

Constructors

Link copied to clipboard
constructor(tickDelta: Int, arrowEntity: Entity, hitPos: Vec3, prevArrowPos: Vec3, arrowVelocity: Vec3)

Properties

Link copied to clipboard
val arrowEntity: Entity
Link copied to clipboard
val arrowVelocity: Vec3
Link copied to clipboard
val hitPos: Vec3
Link copied to clipboard
val prevArrowPos: Vec3
Link copied to clipboard