Skip to content

Commit 0a2d160

Browse files
committed
Link mixins to manager so people can find them
1 parent 21a4137 commit 0a2d160

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

common/src/main/kotlin/com/lambda/interaction/request/hotbar/HotbarManager.kt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ import com.lambda.event.events.TickEvent
2323
import com.lambda.event.listener.SafeListener.Companion.listen
2424
import com.lambda.interaction.request.RequestHandler
2525
import 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+
*/
2835
object HotbarManager : RequestHandler<HotbarRequest>(), Loadable {
2936
val serverSlot get() = runSafe {
3037
interaction.lastSelectedSlot

0 commit comments

Comments
 (0)