stageLeftClickSlot

fun stageLeftClickSlot(yaw: Float, pitch: Float, itemSlot: Int = mc.thePlayer.inventory.currentItem, swingItem: Boolean = true): FakeAction
fun stageLeftClickSlot(yaw: Double, pitch: Double, itemSlot: Int = mc.thePlayer.inventory.currentItem, swingItem: Boolean = true): FakeAction

Stages a left click action with the specified slot and the given rotation for this tick.