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

Method Shutdown

client/src/main/java/jake2/client/VID.java:310–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 ============
309 */
310 public static void Shutdown()
311 {
312 if ( reflib_active )
313 {
314 ClientGlobals.re.getKeyboardHandler().Close();
315 IN.Shutdown();
316
317 ClientGlobals.re.Shutdown();
318 FreeReflib();
319 }
320 }
321
322 // ==========================================================================
323 //

Callers 5

initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
initMethod · 0.95
ShutdownMethod · 0.95

Calls 5

ShutdownMethod · 0.95
FreeReflibMethod · 0.95
getKeyboardHandlerMethod · 0.65
ShutdownMethod · 0.65
CloseMethod · 0.45

Tested by 4

initMethod · 0.76
initMethod · 0.76
initMethod · 0.76
initMethod · 0.76