RenderUtility.drawDarkMoonShader((float) (itemOffset - 5), posY, 50 -1, 17.0F, 7);
Date currentTime = new Date();
SimpleDateFormat dateFormat = new SimpleDateFormat("hh:mm:ss");
String formattedTime = dateFormat.format(currentTime);
RenderUtility.drawDarkMoonShader((float) (itemOffset - 5) + 52 , posY, 93+ Fonts.sfmedium.getStringWidth(formattedTime), 17.0F, 7);
RenderUtility.drawRect((float) (itemOffset - 5) + 20.5F - 2,posY + 4,0.5f, 10,new Color(144,144,144).getRGB());
RenderUtility.drawRect((float) (itemOffset - 5) + 20.5F - 2 + 104,posY + 4,0.5f, 10,new Color(144,144,144).getRGB());
int finalItemOffset = itemOffset;
Color color4 = DarkMoon.getInstance().getThemeManager().getCurrentStyleTheme().getColors()[0];
Color color5 = DarkMoon.getInstance().getThemeManager().getCurrentStyleTheme().getColors()[1];
Fonts.sfmedium.drawGradientString("Alpha", (double) ((float) itemOffset + 1) + 10 -1.5f + 10 -2, (double) (posY + 5) + 1.5f, color4, color5);
Fonts.icons21.drawGradientString("P.", (double) ((float) itemOffset + 1) , (double) (posY + 5) + 2.5f, color4, color5);
Fonts.icons21.drawGradientString("W.", (double) ((float) itemOffset + 1) + 52 , (double) (posY + 5) + 2.5f, Color.WHITE, Color.WHITE);
Fonts.sfmedium.drawGradientString("Trustme1488", (double) ((float) itemOffset + 1) + 63 , (double) (posY + 5) + 1.5f, Color.WHITE, Color.WHITE);
Fonts.icons21.drawGradientString("V.", (double) ((float) itemOffset + 1) + 52 + 70 - 1 + 1 , (double) (posY + 5) + 2.5f, Color.WHITE, Color.WHITE);
Fonts.sfmedium.drawGradientString(formattedTime, (double) ((float) itemOffset + 1) + 63 + 70, (double) (posY + 5) + 1.5f, Color.WHITE, Color.WHITE);
RenderUtility.drawDarkMoonShader((float) (itemOffset - 5), posY + 18.5f, 50 -1 + 8, 17.0F, 7);
Fonts.icons21.drawGradientString("Q.", (double) ((float) itemOffset + 1) , (double) (posY + 5) + 2.5f + 18.5f, Color.WHITE, Color.WHITE);
RenderUtility.drawRect((float) (itemOffset - 5) + 20.5F - 2,posY + 4 + 18.5f,0.5f, 10,new Color(144,144,144).getRGB());
String tpsText = ChatFormatting.WHITE + String.format("%.0f", TPSSync.getTPS());
Fonts.sfmedium.drawGradientString(tpsText, (double) ((float) itemOffset + 1) + 16 , (double) (posY + 5) + 1.5f + 18.5f, Color.WHITE, Color.WHITE);
Fonts.sfmedium.drawGradientString("Ticks", (double) ((float) itemOffset + 1) + 26 , (double) (posY + 5) + 1.5f + 18.5f, Color.WHITE, Color.WHITE);
}
}