↓ 13 callersMethoddrawFilledCircle(MatrixStack matrices, float xx, float yy, float radius, int sides, Color color)
src/main/java/dev/hypnotic/utils/render/RenderUtils.java:105
↓ 12 callersMethodvertexQuad(MatrixStack matrices, VertexConsumer vertexConsumer, float x1, float y1, float z1, float x2, float y2, float
src/main/java/dev/hypnotic/utils/render/Vertexer.java:108
↓ 8 callersMethoddrawCenteredStringWithShadow(MatrixStack matrices, TextRenderer textRenderer, String text, int x, int y, int color)
src/main/java/dev/hypnotic/utils/render/RenderUtils.java:306
↓ 8 callersMethoddrawString(MatrixStack matrixStack, String text, float x, float y, FontType fontType, int color, int color2)
src/main/java/dev/hypnotic/utils/font/NahrFont.java:216
↓ 7 callersMethoddrawRoundedRect(MatrixStack matrices, float left, float top, float right, float bottom, float smooth, Color color)
src/main/java/dev/hypnotic/utils/render/RenderUtils.java:269
↓ 6 callersMethoddraw(MatrixStack matrixStack, String text, float x, float y, int color, boolean customFont)
src/main/java/dev/hypnotic/utils/font/FontHelper.java:55
↓ 6 callersMethoddrawBorderRect(MatrixStack matrices, double x, double y, double x1, double y1, int color, double lwidth)
src/main/java/dev/hypnotic/utils/render/RenderUtils.java:290