MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / renderAll

Method renderAll

Minecraft-Utils/1.10/src/Overlay.java:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public static void renderAll() {
33 synchronized (LOCK) {
34 for (int activeOverlaysSize = activeOverlays.length, i = activeOverlaysSize - 1; i >= 0; i--) {
35 Overlay activeOverlay = activeOverlays[i];
36 if (activeOverlay == null)
37 continue;
38 activeOverlay.render();
39 }
40 }
41 }
42
43 @Override
44 public void displayMessage(String title, String subtitle) {

Callers 1

renderOverlayMethod · 0.95

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected