MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / beginPaint

Method beginPaint

src/main/java/Archive/ArchiveList.java:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 protected void beginPaint() {
100 mainbar.setElementAt(" ("+getItemCount()+")",1);
101 mainbar.setElementAt(String.valueOf(getFreeSpace()),3);
102 }
103
104 public int getItemCount() {
105 return archive == null ? 0 : archive.size();

Callers

nothing calls this directly

Calls 3

getItemCountMethod · 0.95
getFreeSpaceMethod · 0.95
setElementAtMethod · 0.80

Tested by

no test coverage detected