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

Method getAccount

src/main/java/IE/Accounts.java:237–239  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

235 }
236
237 public Account getAccount(int index) {
238 return (Account) accountList.elementAt(index);
239 }
240}
241
242//#endif

Callers 2

rmsUpdateMethod · 0.95
exportDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected