MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / doKeyAction

Method doKeyAction

src/main/java/ui/SplashScreen.java:220–226  ·  view source on GitHub ↗
(int keyCode)

Source from the content-addressed store, hash-verified

218 }
219
220 public final void doKeyAction(int keyCode) {
221 keypressed = keyCode;
222
223 if (pos >= 20) {
224 destroyView();
225 }
226 }
227
228 public void destroyView() {
229 if (status != null) {

Callers

nothing calls this directly

Calls 1

destroyViewMethod · 0.95

Tested by

no test coverage detected