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

Method equals

src/main/java/ui/keys/UserKey.java:188–190  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

186 }
187*/
188 public boolean equals(int key) {
189 return (this.key == key);
190 }
191
192 public boolean equals(int key, boolean modificator) {
193 return (this.modificator == modificator) && (this.key == key);

Callers 12

keyExecuteMethod · 0.95
secDiffToDateMethod · 0.45
getKeyCodeMethod · 0.45
commandActionMethod · 0.45
menuPressedMethod · 0.45
getCaptionLengthMethod · 0.45
getTextLengthMethod · 0.45
getCaptionLengthMethod · 0.45
getTextLengthMethod · 0.45
getKeyCodeMethod · 0.45
getCommandIDMethod · 0.45
explodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected