We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a4137 commit 0a2d160Copy full SHA for 0a2d160
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/hotbar/HotbarManager.kt
@@ -23,8 +23,15 @@ import com.lambda.event.events.TickEvent
23
import com.lambda.event.listener.SafeListener.Companion.listen
24
import com.lambda.interaction.request.RequestHandler
25
import com.lambda.threading.runSafe
26
-import com.lambda.util.player.SlotUtils.hotbar
27
-
+import com.lambda.mixin.entity.PlayerInventoryMixin
+import com.lambda.mixin.render.InGameHudMixin
28
+
29
+/**
30
+ * See mixins:
31
+ * @see PlayerInventoryMixin.handleSpoofedMainHandStack
32
+ * @see PlayerInventoryMixin.handleSpoofedBlockBreakingSpeed
33
+ * @see InGameHudMixin.onTick
34
+ */
35
object HotbarManager : RequestHandler<HotbarRequest>(), Loadable {
36
val serverSlot get() = runSafe {
37
interaction.lastSelectedSlot
0 commit comments