MCPcopy Create free account
hub / github.com/demoth/jake2 / DrawLayout

Method DrawLayout

client/src/main/java/jake2/client/SCR.java:1145–1148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1143 private static final int STAT_LAYOUTS = 13;
1144
1145 private static void DrawLayout() {
1146 if (ClientGlobals.cl.frame.playerstate.stats[STAT_LAYOUTS] != 0)
1147 SCR.ExecuteLayoutString(ClientGlobals.cl.layout);
1148 }
1149
1150 // =======================================================
1151

Callers 1

UpdateScreen2Method · 0.95

Calls 1

ExecuteLayoutStringMethod · 0.95

Tested by

no test coverage detected