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

Method FreeReflib

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

Source from the content-addressed store, hash-verified

129 }
130
131 static void FreeReflib()
132 {
133 if (ClientGlobals.re != null) {
134 ClientGlobals.re.getKeyboardHandler().Close();
135 IN.Shutdown();
136 }
137
138 ClientGlobals.re = null;
139 reflib_active = false;
140 }
141
142 /*
143 ==============

Callers 2

LoadRefreshMethod · 0.95
ShutdownMethod · 0.95

Calls 3

ShutdownMethod · 0.95
getKeyboardHandlerMethod · 0.65
CloseMethod · 0.45

Tested by

no test coverage detected