Trajectory Shot Descriptor
data class TrajectoryShotDescriptor(val trajectoryInfo: TrajectoryInfo, val trajectoryType: TrajectoryType, val yawOffsetDegrees: Float = 0.0f, val icon: ItemStack = ItemStack.EMPTY, val colorSource: DataComponentGetter = icon) : Record
Constructors
Link copied to clipboard
constructor(trajectoryInfo: TrajectoryInfo, trajectoryType: TrajectoryType, yawOffsetDegrees: Float = 0.0f, icon: ItemStack = ItemStack.EMPTY, colorSource: DataComponentGetter = icon)