// Allows tooltips to be moved with keybinds. // It's just a QOL feature because some menus are scrollable and would be moved by the scroll wheel. @Inject (method ...
public TooltipToggleButton(IGuiWrapper gui, int x, int y, int size, ResourceLocation resource, BooleanSupplier isToggled, @NotNull IClickable onLeftClick, @NotNull ...