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

Method getItemCount

src/main/java/Client/StatusSelect.java:120–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 public int getItemCount() { return statusList == null ? 0 : statusList.size(); }
121
122 private void save() {
123 StatusList.getInstance().saveStatusToStorage();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected