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

Method doUserKeyAction

src/main/java/History/HistoryReader.java:112–123  ·  view source on GitHub ↗
(int command_id)

Source from the content-addressed store, hash-verified

110 }
111
112 public boolean doUserKeyAction(int command_id) {
113 switch (command_id) {
114 case 55:
115 gotoBegin();
116 return true;
117 case 56:
118 gotoEnd();
119 return true;
120 }
121
122 return super.doUserKeyAction(command_id);
123 }
124}
125
126//#endif

Callers

nothing calls this directly

Calls 2

gotoBeginMethod · 0.95
gotoEndMethod · 0.95

Tested by

no test coverage detected