ScreenHandlerInvoker
Mixin to invoke private `addSlot` method from `ScreenHandler`
Overview
This mixin is used to invoke the private addSlot method from ScreenHandler, which is necessary to add wearable slots to the player's inventory screen.
Mixin Tag
@Mixin(ScreenHandler.class)
Method
invokeAddSlot()
@Invoker("addSlot")
Slot invokeAddSlot(Slot slot);
