File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
common/src/main/kotlin/com/lambda/module/modules/player Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1717
1818package com.lambda.module.modules.player
1919
20+ import com.lambda.event.events.MovementEvent
2021import 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
2922import com.lambda.util.KeyboardUtils.isKeyPressed
3023import 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
3624import org.lwjgl.glfw.GLFW.GLFW_KEY_DOWN
3725import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_2
3826import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_4
You can’t perform that action at this time.
0 commit comments