Fake Action Manager
object FakeActionManager
Functions
Link copied to clipboard
Link copied to clipboard
fun queueLeftClickSlot(yaw: Float, pitch: Float, itemSlot: Int = mc.thePlayer.inventory.currentItem, swingItem: Boolean = true): FakeAction
Queues a left click action with the specified slot and the given rotation for the next availiable tick.
Link copied to clipboard
fun queueRightClickSlot(yaw: Float, pitch: Float, itemSlot: Int = mc.thePlayer.inventory.currentItem, forceSneak: Boolean = false): FakeAction
Queues a right click action with the specified slot and the given rotation for the next availiable tick.
Link copied to clipboard
Link copied to clipboard
fun stageLeftClickSlot(yaw: Double, pitch: Double, itemSlot: Int = mc.thePlayer.inventory.currentItem, swingItem: Boolean = true): FakeAction
fun stageLeftClickSlot(yaw: Float, pitch: Float, 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.
Link copied to clipboard
fun stageRightClickSlot(yaw: Double, pitch: Double, itemSlot: Int = mc.thePlayer.inventory.currentItem, forceSneak: Boolean = false): FakeAction
fun stageRightClickSlot(yaw: Float, pitch: Float, itemSlot: Int = mc.thePlayer.inventory.currentItem, forceSneak: Boolean = false): FakeAction
Stages a right click action with the specified slot and the given rotation for this tick.