File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
common/src/main/kotlin/com/lambda/interaction/request/hotbar Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,15 @@ import com.lambda.event.events.TickEvent
2323import com.lambda.event.listener.SafeListener.Companion.listen
2424import com.lambda.interaction.request.RequestHandler
2525import com.lambda.threading.runSafe
26- import com.lambda.util.player.SlotUtils.hotbar
27-
26+ import com.lambda.mixin.entity.PlayerInventoryMixin
27+ import com.lambda.mixin.render.InGameHudMixin
28+
29+ /* *
30+ * See mixins:
31+ * @see PlayerInventoryMixin.handleSpoofedMainHandStack
32+ * @see PlayerInventoryMixin.handleSpoofedBlockBreakingSpeed
33+ * @see InGameHudMixin.onTick
34+ */
2835object HotbarManager : RequestHandler<HotbarRequest>(), Loadable {
2936 val serverSlot get() = runSafe {
3037 interaction.lastSelectedSlot
You can’t perform that action at this time.
0 commit comments