if (MathUtility.isHovered(mouseX, mouseY, getX(), getY(), getWidth(), 20)) {
RenderUtility.drawRoundedRect(mouseX - 23 - 12, mouseY - 2.5f, ClientFonts.tenacity[15].getWidth("B" + module.getDescription() + 12), ClientFonts.tenacity[15].getFontHeight() + 1, 2, ColorUtility.rgba(185, 185, 175, 255));
ClientFonts.tenacity[15].drawString(stack, module.getDescription(), mouseX - 23, mouseY + 0.5f, ColorUtility.rgb(2, 2, 2));
Fonts.desc.drawText(stack, "B", mouseX - 33, mouseY - 1.5f, ColorUtility.rgb(2, 2, 2), 8);
GLFW.glfwSetCursor(Minecraft.getInstance().getMainWindow().getHandle(), Cursors.HAND);
}