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

Method ConfigData

src/main/java/IE/ConfigData.java:52–63  ·  view source on GitHub ↗
(String path, int direction)

Source from the content-addressed store, hash-verified

50 private String file;
51
52 public ConfigData(String path, int direction) {
53 cf=Config.getInstance();
54 array=new Vector();
55 this.file=path;
56
57 if (direction==0) {
58 importData();
59 } else {
60 exportData();
61 }
62 array=null;
63 }
64
65 public final void exportData() {
66// Sorted similar to Config.saveToStorage().

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
importDataMethod · 0.95
exportDataMethod · 0.95

Tested by

no test coverage detected