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

Method getItemCount

src/main/java/IE/Accounts.java:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231 }
232
233 public int getItemCount() {
234 return accountList.size();
235 }
236
237 public Account getAccount(int index) {
238 return (Account) accountList.elementAt(index);

Callers 2

rmsUpdateMethod · 0.95
exportDataMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected