File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
common/src/main/kotlin/com/lambda/module/modules/player Expand file tree Collapse file tree 1 file changed +13
-1
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
2120import 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
2229import com.lambda.util.KeyboardUtils.isKeyPressed
2330import 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
2436import org.lwjgl.glfw.GLFW.GLFW_KEY_DOWN
2537import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_2
2638import org.lwjgl.glfw.GLFW.GLFW_KEY_KP_4
You can’t perform that action at this time.
0 commit comments