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

Method renderAll

Minecraft-Utils/1.8/src/Overlay.java:33–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

renderOverlayMethod · 0.95

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected