MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / getFields

Method getFields

src/main/java/StatsPanel.java:58–65  ·  view source on GitHub ↗
(DBList list)

Source from the content-addressed store, hash-verified

56 }
57
58 public void getFields(DBList list)
59 throws DBException
60 {
61 for (int i = 0; i < databaseNames.length; i++)
62 for (int j = 0; j < 3; j++)
63 if (this.statFields[i][j] != null)
64 list.setInteger(databaseNames[i][j], this.statFields[i][j].getValue());
65 }
66}
67

Callers

nothing calls this directly

Calls 2

setIntegerMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected