Skip to content

Commit f5b61e2

Browse files
committed
reintroduce rotating with the arrow keys
1 parent b87df54 commit f5b61e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/InventoryMove.kt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,22 @@
1717

1818
package com.lambda.module.modules.player
1919

20-
import com.lambda.event.events.MovementEvent
2120
import com.lambda.Lambda.mc
21+
import com.lambda.gui.LambdaScreen
22+
import com.lambda.interaction.request.rotation.Rotation
23+
import com.lambda.interaction.request.rotation.RotationConfig
24+
import com.lambda.interaction.request.rotation.RotationManager.onRotate
25+
import com.lambda.interaction.request.rotation.RotationMode
26+
import com.lambda.interaction.request.rotation.visibilty.lookAt
27+
import com.lambda.module.Module
28+
import com.lambda.module.tag.ModuleTag
2229
import com.lambda.util.KeyboardUtils.isKeyPressed
2330
import com.lambda.util.math.MathUtils.toFloatSign
31+
import net.minecraft.client.gui.screen.ChatScreen
32+
import net.minecraft.client.gui.screen.Screen
33+
import net.minecraft.client.gui.screen.ingame.AnvilScreen
34+
import net.minecraft.client.gui.screen.ingame.CommandBlockScreen
35+
import net.minecraft.client.gui.screen.ingame.SignEditScreen
2436
import org.lwjgl.glfw.GLFW.GLFW_KEY_DOWN
2537
import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_2
2638
import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_4

0 commit comments

Comments
 (0)