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

Method getKey

src/main/java/IE/ConfigData.java:525–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

523 public keyValue(String key, String value) { this.key=key; this.value=(value==null)?"":value; }
524
525 public String getKey() { return key; }
526 public String getValue() { return value; }
527 }
528}

Callers 6

createArrayStringMethod · 0.95
getValueMethod · 0.95
destroyMIDletContextMethod · 0.80
setPropertiesMethod · 0.80
setDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected