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

Method afterActions

src/main/java/ui/keys/UserKeyExec.java:189–196  ·  view source on GitHub ↗
(int keyCode)

Source from the content-addressed store, hash-verified

187 }
188
189 public void afterActions(int keyCode) {
190 if (executed) {
191 previousKeyCode = -1; // Авось, нет клавиши с таким кодом...
192 } else {
193 previousKeyCode = keyCode;
194 }
195 executed = false;
196 }
197
198 public boolean keyExecute(int key, boolean onlyWithModificator) { // return false if key not executed
199 executed = false;

Callers 1

keyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected