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

Method getStringProperty

src/main/java/IE/ConfigData.java:215–217  ·  view source on GitHub ↗
(final String key, final String defvalue)

Source from the content-addressed store, hash-verified

213 }
214
215 private String getStringProperty(final String key, final String defvalue) {
216 return (key != null) ? key : defvalue;
217 }
218
219
220 public final void importData() {

Callers 1

importDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected