TrajectoryDescriptor

data class TrajectoryDescriptor(val trajectoryInfo: TrajectoryInfo, val trajectoryType: TrajectoryType) : Record

Constructors

Link copied to clipboard
constructor(trajectoryInfo: TrajectoryInfo, trajectoryType: TrajectoryType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toShotDescriptor(yawOffsetDegrees: Float = 0.0f, icon: ItemStack = ItemStack.EMPTY): TrajectoryShotDescriptor