(DrawContext context, int mouseX, int mouseY, float delta, CallbackInfo ci)
| 86 | } |
| 87 | |
| 88 | @Inject(at = @At("TAIL"), method = "render") |
| 89 | public void render(DrawContext context, int mouseX, int mouseY, float delta, CallbackInfo ci) { |
| 90 | // display sync id, revision, if ui utils is enabled |
| 91 | if (SharedVariables.enabled && mc.player != null && mc.currentScreen instanceof LecternScreen) { |
| 92 | MainClient.createText(mc, context, ((ScreenAccessor) this).getTextRenderer()); |
| 93 | } |
| 94 | } |
| 95 | } |
nothing calls this directly
no test coverage detected